Skip to content

Commit

Permalink
Add coverage reports in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Guliev committed Aug 26, 2024
1 parent 71cec24 commit dad25a8
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 @@ -87,7 +87,7 @@ jobs:

- name: Run tests
run: |
poetry run pytest --cov --doctest-modules
poetry run pytest --doctest-modules --cov-report=html --cov
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit dad25a8

Please sign in to comment.