We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6fbdb commit b6ffbb7Copy full SHA for b6ffbb7
1 file changed
.github/workflows/test.yml
@@ -38,6 +38,7 @@ jobs:
38
uses: codecov/codecov-action@v4
39
with:
40
file: ./coverage.txt
41
+ token: ${{ secrets.CODECOV_TOKEN }}
42
43
example:
44
runs-on: ubuntu-latest
0 commit comments