Skip to content

Commit

Permalink
Generate .cov
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Oct 15, 2023
1 parent d35607b commit afbff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
python -c "from tests import download_test_pdfs; download_test_pdfs()"
- name: Test with pytest
run: |
python -m pytest tests --cov-append -n auto -vv
python -m pytest tests --cov=pypdf --cov-append -n auto -vv
- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit afbff73

Please sign in to comment.