We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317fed3 commit ada7871Copy full SHA for ada7871
.github/workflows/ci.yml
@@ -61,6 +61,7 @@ jobs:
61
- uses: codecov/codecov-action@v5
62
if: always()
63
with:
64
+ token: ${{ secrets.CODECOV_TOKEN }}
65
files: ./**/coverage*.xml
66
67
examples:
0 commit comments