Try out codecov.io (#5)
Markus Wüstenberg markus@maragu.dk
Fri, 18 Sep 2020 14:05:53 +0200
2 files changed, 5 insertions(+), 1 deletions(-)
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
M README.md → README.md
@@ -1,6 +1,7 @@ # gomponents [](https://godoc.org/github.com/maragudk/gomponents) +[](https://codecov.io/gh/maragudk/gomponents) gomponents are components of DOM nodes for Go, that can render to an HTML Document. gomponents aims to make it easy to build HTML pages of reusable components,