Skip to content

Commit

Permalink
indicate coodcov path differently
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Oct 3, 2023
1 parent 9ef0ccc commit accc8ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
coverage:
focus: "src/palantir/*"
status:
project:
default:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
coverage run -m pytest tests/*.py
coverage run --source=src/palantir/ -m pytest tests/*.py
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit accc8ba

Please sign in to comment.