commit | 9a1f317c95a2472c252d647a01b31ea0048c680b | [log] [tgz] |
---|---|---|
author | Radek Simko <radeksimko@users.noreply.github.com> | Tue Nov 26 16:01:36 2024 +0000 |
committer | GitHub <noreply@github.com> | Tue Nov 26 16:01:36 2024 +0000 |
tree | 5848be91987fe1cd56f16c55c2595fa735cfaf7a | |
parent | 2bee7b5aa50ddd7d89111633bc32bf9a28d4b23c [diff] |
ci: Report test coverage (#144)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea89d89..44e56bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -51,4 +51,4 @@ - name: Go mod verify run: go mod verify - name: Run tests - run: go test -v ./... + run: go test -cover -v ./...