Skip to content

Commit

Permalink
fix coverage call
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Mar 28, 2024
1 parent 283db0b commit d38b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m pip install .[dev,extended_rpm]
- name: test
run:
coverage --branch -m unittest discover --verbose --start-directory tests/
coverage run --branch -m unittest discover --verbose --start-directory tests/
- name: coverage
run:
coverage report
Expand Down

0 comments on commit d38b0e6

Please sign in to comment.