We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f610d commit 11d62dcCopy full SHA for 11d62dc
.github/workflows/tests.yaml
@@ -26,10 +26,6 @@ jobs:
26
- name: Run tests with pytest and collect coverage
27
run: pytest --cov=pdfbaker --cov-report=xml
28
- name: Upload coverage to Codecov
29
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
32
- file: coverage.xml
33
- name: pytest
34
- flags: unittests
35
- slug: pythonnz/pdfbaker
0 commit comments