all repos — gomponents @ e8faab5207e6ed48aef0a6b1ade710dd8fbfadd3

HTML components in pure Go

Try out codecov.io (#5)

Markus Wüstenberg
commit

e8faab5207e6ed48aef0a6b1ade710dd8fbfadd3

parent

15d2cc9373d10e2d2f3bedde0a0a6d32c243ddfa

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M .github/workflows/go.yml.github/workflows/go.yml
@@ -27,7 +27,10 @@ - name: Build
run: go build -v . - name: Test - run: go test -v ./... + run: go test -v -coverprofile=coverage.txt ./... + + - name: Coverage + uses: codecov/codecov-action@v1.0.13 lint: name: Lint