Skip to content

Commit 7669bf5

Browse files
committed
Use upload token for Codecov coverage reports.
1 parent cb6cc14 commit 7669bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: pytest --cov --cov-report xml
3030

3131
- name: Upload coverage report.
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v5
3333
with:
34+
token: ${{ secrets.CODECOV_TOKEN }}
3435
fail_ci_if_error: true

0 commit comments

Comments
 (0)