There was an error while loading. Please reload this page.
1 parent b247ad0 commit 67ca577Copy full SHA for 67ca577
1 file changed
.github/workflows/continuous_integration.yml
@@ -43,9 +43,11 @@ jobs:
43
- name: Test with tox
44
run: tox
45
- name: Upload coverage to Codecov
46
+ if: ${{ success() }}
47
uses: codecov/codecov-action@v5
48
with:
- file: coverage.xml
49
+ files: coverage.xml
50
+ token: ${{ secrets.CODECOV_TOKEN }}
51
- name: Upload test results to Codecov
52
if: ${{ !cancelled() }}
53
uses: codecov/test-results-action@v1
0 commit comments