Skip to content

Commit

Permalink
ci: Report test coverage (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Nov 26, 2024
1 parent 2bee7b5 commit 9a1f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Go mod verify
run: go mod verify
- name: Run tests
run: go test -v ./...
run: go test -cover -v ./...

0 comments on commit 9a1f317

Please sign in to comment.