Skip to content

Commit

Permalink
defined source path for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
petrikvladimir committed Sep 13, 2023
1 parent 08dd811 commit 19ddff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run tests
run: |
pip install pytest coverage
coverage run -m pytest tests
coverage run --source=happypose -m pytest tests
coverage xml
- uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 19ddff9

Please sign in to comment.