Skip to content

Commit 67ca577

Browse files
authored
chore: add codecov_token coverage (#1246)
1 parent b247ad0 commit 67ca577

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
- name: Test with tox
4444
run: tox
4545
- name: Upload coverage to Codecov
46+
if: ${{ success() }}
4647
uses: codecov/codecov-action@v5
4748
with:
48-
file: coverage.xml
49+
files: coverage.xml
50+
token: ${{ secrets.CODECOV_TOKEN }}
4951
- name: Upload test results to Codecov
5052
if: ${{ !cancelled() }}
5153
uses: codecov/test-results-action@v1

0 commit comments

Comments
 (0)