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 a9f80d1 commit 517d8caCopy full SHA for 517d8ca
.github/workflows/codecov.yml
@@ -45,11 +45,7 @@ jobs:
45
- name: Generate XML report
46
run: |
47
coverage xml
48
- - name: Upload coverage artifact (for CI consumption)
49
- uses: actions/upload-artifact@v4
+ - name: Upload Coverage to Codecov
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
50
with:
51
- name: coverage-xml-${{ matrix.python-version }}-${{ matrix.requirements-file }}
52
- path: coverage.xml
53
- # If you need to upload to Codecov, prefer their minimal uploader binary or pin the action by SHA.
54
- # Upload to Codecov is intentionally omitted here to avoid unpinned third-party actions.
55
-
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments