From 8117404cf56c01cdd51bfc855f2efd4bfde6541a Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:29:01 +0000 Subject: [PATCH] Remove coverage from mac tests (#387) --- .github/workflows/mac.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 3e754e8c..3c7283aa 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -28,26 +28,4 @@ jobs: env: # show timings of tests PYTEST_ADDOPTS: "--durations=0" - run: uv run pytest --run-extra-mlips --cov janus_core --cov-append . - - - name: Set Path - run: | - source ~/.zshrc - echo "PATH=$PATH" >> $GITHUB_ENV - - - name: Report coverage to Coveralls - uses: coverallsapp/github-action@v2 - with: - parallel: true - flag-name: run-${{ matrix.python-version }} - file: coverage.xml - base-path: janus_core - - coverage: - needs: tests - runs-on: self-hosted - steps: - - name: Close parallel build - uses: coverallsapp/github-action@v2 - with: - parallel-finished: true + run: uv run pytest --run-extra-mlips