Skip to content

Commit

Permalink
ci: Enable test coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 29, 2024
1 parent 3adb156 commit 98375e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: 1.18
- name: Go test
run: |
go test ./...
go test -cover ./...
fmt_and_vet:
name: "fmt and lint"
Expand Down

0 comments on commit 98375e8

Please sign in to comment.