Upgrade codecov Github action in CI workflow (#231)
Markus Wüstenberg markus@maragu.dk
Wed, 30 Oct 2024 15:38:15 +0100
2 files changed, 4 insertions(+), 3 deletions(-)
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
M codecov.yml → codecov.yml
@@ -1,3 +1,2 @@ ignore: - - "examples" - - "internal/assert" + - "internal/"