Skip to content

Commit

Permalink
fix: provide location for coverage report to coverall action
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-pl committed Jul 26, 2024
1 parent 849c470 commit e2a2008
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 @@ -39,7 +39,7 @@ jobs:
- name: Run pyest-cov
run: |
poetry run pytest --cov lodkit/ --cov-report xml
poetry run pytest --cov upto/ --cov-report xml
- name: Upload coverage data to coveralls
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit e2a2008

Please sign in to comment.