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 35ace16 commit 0a28581Copy full SHA for 0a28581
.github/workflows/test.yml
@@ -38,3 +38,5 @@ jobs:
38
run: pnpm run test:coverage
39
- name: codecov
40
uses: codecov/codecov-action@v4
41
+ env:
42
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments