We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 477dc4b + 1134b51 commit 1659d75Copy full SHA for 1659d75
.github/workflows/checks.yml
@@ -54,7 +54,8 @@ jobs:
54
# we could run the notebook tests, but we probably don't want to do this every
55
# time and use all our minutes.
56
- name: Upload coverage reports to Codecov
57
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
58
with:
59
verbose: true
60
file: ./coverage.xml
61
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments