Skip to content

Commit

Permalink
ci - limit pytest to tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Aug 8, 2023
1 parent 5f0d376 commit 5009889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pdm install -d
- name: Generate coverage report
run: |
pdm run pytest --cov=./ --cov-report=xml
pdm run pytest --cov=./ --cov-report=xml tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 5009889

Please sign in to comment.