Skip to content

Commit 9597752

Browse files
committed
ci: add codecov secret
1 parent 680e5b0 commit 9597752

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,6 @@ jobs:
156156
nox --session=coverage -- xml
157157
158158
- name: Upload coverage report
159-
uses: codecov/codecov-action@v4.5.0
159+
uses: codecov/codecov-action@v5.4.0
160+
with:
161+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)