Skip to content

Commit

Permalink
Merge pull request #10 from jmbhughes/fix-coverage-gh-action
Browse files Browse the repository at this point in the history
makes coverage view unexecuted files
  • Loading branch information
jmbhughes authored Mar 1, 2024
2 parents b3ca891 + 5a7823c commit fabe9ed
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 fabe9ed

Please sign in to comment.