Skip to content

Commit bc2f9c9

Browse files
Merge pull request #4 from mar0ls/dev
ci: add CODECOV_TOKEN to fix unknown badge
2 parents 4b0f4f4 + e5a58b1 commit bc2f9c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
if: matrix.os == 'ubuntu-latest' && matrix.go == 'stable'
3030
uses: codecov/codecov-action@v5
3131
with:
32+
token: ${{ secrets.CODECOV_TOKEN }}
3233
files: coverage.out
3334
fail_ci_if_error: false
3435

0 commit comments

Comments
 (0)