Skip to content

Commit 1659d75

Browse files
authored
Merge pull request #164 from OMS-NetZero/codecov
Update checks.yml
2 parents 477dc4b + 1134b51 commit 1659d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
# we could run the notebook tests, but we probably don't want to do this every
5555
# time and use all our minutes.
5656
- name: Upload coverage reports to Codecov
57-
uses: codecov/codecov-action@v3
57+
uses: codecov/codecov-action@v4
5858
with:
5959
verbose: true
6060
file: ./coverage.xml
61+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)