We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b6fbdb + b6ffbb7 commit 5ef721bCopy full SHA for 5ef721b
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