Skip to content

Commit 29f4ab3

Browse files
authored
ci: Enable test coverage reporting (#126)
1 parent 3adb156 commit 29f4ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: 1.18
2626
- name: Go test
2727
run: |
28-
go test ./...
28+
go test -cover ./...
2929
3030
fmt_and_vet:
3131
name: "fmt and lint"

0 commit comments

Comments
 (0)