From 1880b4b2d0f934d4dd11681288eb0034dd2b22fd Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 11 Apr 2022 14:21:14 -0700 Subject: [PATCH] Add codecov token. It shouldn't be necessary for public repos, but GitHub actions error suggests to add it. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0c9145a..b24426a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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)