all repos — gomponents @ c1095faae1262dc369151e40846294021ad5fb31

HTML components in pure Go

Upgrade codecov-action to v3 in CI (#119)

Markus Wüstenberg
commit

c1095faae1262dc369151e40846294021ad5fb31

parent

c615204215c9321a4a2ef87479147473ddf83a3d

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -47,7 +47,7 @@ if: ${{ matrix.go == '1.16' }}
run: go test -v -coverprofile=coverage.txt ./... - name: Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 lint: name: Lint