Skip to content

Commit

Permalink
get coverage from first run command
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Feb 19, 2024
1 parent b314883 commit 0361d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 5
run: >
flux start
coverage run --omit="pympipool/_version.py,tests/*" -m unittest tests/test_flux.py;
python -m unittest tests/test_flux.py;
env:
OMPI_MCA_plm: 'isolated'
OMPI_MCA_rmaps_base_oversubscribe: 'yes'
Expand Down

0 comments on commit 0361d7e

Please sign in to comment.