Skip to content

Commit

Permalink
Fix where coverage starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff S committed Mar 4, 2022
1 parent ed00b11 commit f677f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ jobs:
- name: Install project and its dependencies
run: poetry install
- name: Build coverage file
run: poetry run pytest --cache-clear --cov --cov-report xml tests
run: poetry run pytest --cache-clear --cov src --cov-report xml tests
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v2

0 comments on commit f677f71

Please sign in to comment.