Try out codecov.io (#5)
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