Add codecov token.

It shouldn't be necessary for public repos, but GitHub actions
error suggests to add it.
pull/888/head
Mariano Cano 2 years ago
parent 435bb8123b
commit 1880b4b2d0

@ -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…
Cancel
Save