Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlickerSoul authored Nov 6, 2023
1 parent 393a938 commit f91c75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
poetry run python -V
- name: Test with pytest
run: |
poetry run pytest --cov
poetry run pytest --cov --cov-report=json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit f91c75c

Please sign in to comment.