We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adb156 commit 98375e8Copy full SHA for 98375e8
.github/workflows/push.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version: 1.18
26
- name: Go test
27
run: |
28
- go test ./...
+ go test -cover ./...
29
30
fmt_and_vet:
31
name: "fmt and lint"
0 commit comments