Skip to content

Commit

Permalink
Remove coverage from mac tests (stfc#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Jan 22, 2025
1 parent 4e0d1cd commit 8117404
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8117404

Please sign in to comment.