Skip to content

Commit 517d8ca

Browse files
committed
chore: Upload codecov
1 parent a9f80d1 commit 517d8ca

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ jobs:
4545
- name: Generate XML report
4646
run: |
4747
coverage xml
48-
- name: Upload coverage artifact (for CI consumption)
49-
uses: actions/upload-artifact@v4
48+
- name: Upload Coverage to Codecov
49+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
5050
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-
51+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)