We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b0f4f4 + e5a58b1 commit bc2f9c9Copy full SHA for bc2f9c9
1 file changed
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
if: matrix.os == 'ubuntu-latest' && matrix.go == 'stable'
30
uses: codecov/codecov-action@v5
31
with:
32
+ token: ${{ secrets.CODECOV_TOKEN }}
33
files: coverage.out
34
fail_ci_if_error: false
35
0 commit comments