all repos — gomponents @ d4a299fe07de5c7b4e6f1657f9474043d6074d8a

HTML components in pure Go

Upgrade codecov Github action in CI workflow (#231)

Markus Wüstenberg
commit

d4a299fe07de5c7b4e6f1657f9474043d6074d8a

parent

900ef87aac4f4c6c0be49faeb1fc7c190c17a482

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