Skip to content

Commit

Permalink
Update codecoverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adipai authored Oct 17, 2023
1 parent 04570e0 commit 7ef67fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Run tests and generate coverage
run: |
cd test
pwd
coverage run --source=test -m pytest test_util.py
coverage run --source=test -m pytest test_*.py
coverage xml -i
- name: Upload coverage report to Codecov
Expand Down

0 comments on commit 7ef67fa

Please sign in to comment.