Skip to content

Commit

Permalink
ci: compute Python test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jun 7, 2022
1 parent 02d4dfc commit 805f806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

# Requires installation of pytest and pytest-cov
- name: Test with pytest
run: poetry run pytest --doctest-modules
run: poetry run pytest --doctest-modules --cov=package_parser --cov-report=html

- name: Upload test coverage
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

# Requires installation of pytest and pytest-cov
- name: Test with pytest
run: poetry run pytest --doctest-modules
run: poetry run pytest --doctest-modules --cov=package_parser --cov-report=html

- name: Upload test coverage
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit 805f806

Please sign in to comment.