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.
1 parent 1734dc9 commit 0ddafacCopy full SHA for 0ddafac
.github/workflows/tests.yml
@@ -53,7 +53,9 @@ jobs:
53
CI: true
54
- name: Send codecov.io stats
55
if: matrix.node-version == '14.x'
56
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
57
+ with:
58
+ token: ${{ secrets.CODECOV_TOKEN }}
59
60
publish:
61
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || startsWith(github.ref, 'refs/heads/old')
0 commit comments