diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eea8856f8..5fc4635d1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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]' }} @@ -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]' }}