We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 8fa4057 commit 8b7a783Copy full SHA for 8b7a783
.github/workflows/ci.yml
@@ -33,3 +33,5 @@ jobs:
33
run: npm run test:coverage
34
- name: Upload coverage report to Codecov
35
uses: codecov/codecov-action@v5
36
+ with:
37
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments