Skip to content

Commit 8117404

Browse files
Remove coverage from mac tests (#387)
1 parent 4e0d1cd commit 8117404

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,4 @@ jobs:
2828
env:
2929
# show timings of tests
3030
PYTEST_ADDOPTS: "--durations=0"
31-
run: uv run pytest --run-extra-mlips --cov janus_core --cov-append .
32-
33-
- name: Set Path
34-
run: |
35-
source ~/.zshrc
36-
echo "PATH=$PATH" >> $GITHUB_ENV
37-
38-
- name: Report coverage to Coveralls
39-
uses: coverallsapp/github-action@v2
40-
with:
41-
parallel: true
42-
flag-name: run-${{ matrix.python-version }}
43-
file: coverage.xml
44-
base-path: janus_core
45-
46-
coverage:
47-
needs: tests
48-
runs-on: self-hosted
49-
steps:
50-
- name: Close parallel build
51-
uses: coverallsapp/github-action@v2
52-
with:
53-
parallel-finished: true
31+
run: uv run pytest --run-extra-mlips

0 commit comments

Comments
 (0)