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 74192fb + 443178a commit 326848aCopy full SHA for 326848a
.github/workflows/pre-release.yml
@@ -62,7 +62,8 @@ jobs:
62
run: .maint/ci/install_extras.sh
63
- name: Run tests
64
run: .maint/ci/check.sh
65
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
66
with:
67
file: coverage.xml
68
+ token: ${{ secrets.CODECOV_TOKEN }}
69
if: ${{ always() }}
.github/workflows/stable.yml
@@ -65,7 +65,8 @@ jobs:
70
71
72
0 commit comments