We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ca3f2e + 89dac80 commit 47c5cdaCopy full SHA for 47c5cda
.github/workflows/coverage.yml
@@ -31,4 +31,5 @@ jobs:
31
- name: Upload coverage report to Codecov
32
uses: codecov/codecov-action@v5
33
with:
34
+ token: ${{ secrets.CODECOV_TOKEN }}
35
files: ./codecov_report.json
0 commit comments