forked from TrueCloudLab/certificates
Add codecov token.
It shouldn't be necessary for public repos, but GitHub actions error suggests to add it.
This commit is contained in:
parent
25d0ca258d
commit
c4ff0f1cc3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -61,6 +61,7 @@ jobs:
|
|||
if: matrix.go == '1.18'
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ./coverage.out # optional
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
|
|
Loading…
Reference in a new issue