Skip to content

Commit

Permalink
makes coverage view unexecuted files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Mar 1, 2024
1 parent b3ca891 commit 5a7823c
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 @@ -33,7 +33,7 @@ jobs:
- name: Test with pytest
run: |
pip install .
coverage run --branch -m pytest tests
coverage run --branch --source=overlappogram/ -m pytest tests
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 5a7823c

Please sign in to comment.