Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 6, 2024
1 parent 1cdd169 commit 48441cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests with coverage
run: |
coverage run -m unittest discover
coverage run --source=Qart -m unittest discover
coverage xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 48441cd

Please sign in to comment.