Skip to content

Commit 5f66100

Browse files
authored
update to v4 and add token (#360)
v4 requires tokens now
1 parent c3ba558 commit 5f66100

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
@@ -152,4 +152,6 @@ jobs:
152152
nox --session=coverage -- xml
153153
154154
- name: Upload coverage report
155-
uses: codecov/codecov-action@v3
155+
uses: codecov/codecov-action@v4
156+
env:
157+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)