Upgrade codecov Github action in CI workflow (#231)
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M .github/workflows/ci.yml → .github/workflows/ci.yml
@@ -44,7 +44,9 @@ - name: Test run: go test -v -coverprofile=coverage.txt -shuffle on ./... - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} lint: name: Lint