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 afed36d commit fd5f1cbCopy full SHA for fd5f1cb
.github/workflows/ci.yml
@@ -50,3 +50,5 @@ jobs:
50
run: pnpm test
51
52
- uses: codecov/codecov-action@v4
53
+ with:
54
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/release.yml
@@ -48,4 +48,6 @@ jobs:
48
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49
npm_config_registry: https://registry.npmjs.org
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v4
0 commit comments