Skip to content

Commit

Permalink
Merge pull request #274 from pyiron/coverage
Browse files Browse the repository at this point in the history
Fix coverage
  • Loading branch information
jan-janssen authored Feb 18, 2024
2 parents 1a1ad7e + 07a3ec1 commit 14cf350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .coveragerc

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
cd tests
coverage run --omit pympipool/_version.py -m unittest discover .
coverage run --omit="pympipool/_version.py,test_*" -m unittest discover .
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
Expand All @@ -56,8 +56,7 @@ jobs:
timeout-minutes: 5
run: >
flux start
coverage run --omit pympipool/_version.py -m unittest tests/test_flux.py;
coverage combine
coverage run --omit="pympipool/_version.py,tests/*" -m unittest tests/test_flux.py;
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
Expand Down

0 comments on commit 14cf350

Please sign in to comment.