Skip to content

Commit

Permalink
Update code_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 authored Nov 25, 2023
1 parent abeb67c commit fb84419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run the tests
run: |
cd tests
coverage run --source=test -m pytest test_*.py
coverage run --source=tests -m pytest test_*.py
coverage xml -i
- name: Upload coverage report to Codecov
run: |
Expand Down

0 comments on commit fb84419

Please sign in to comment.