8000 ci: Report test coverage (#144) · hashicorp/terraform-json@9a1f317 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a1f317

Browse files
authored
ci: Report test coverage (#144)
1 parent 2bee7b5 commit 9a1f317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- name: Go mod verify
5252
run: go mod verify
5353
- name: Run tests
54-
run: go test -v ./...
54+
run: go test -cover -v ./...

0 commit comments

Comments
 (0)
0