We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba56d58 commit a5546cbCopy full SHA for a5546cb
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
go-version: "1.25.1"
20
21
- name: Run unit tests
22
- run: go test ./...
+ run: go test ./... -cover
23
24
- name: Exit
25
run: (exit 0)
0 commit comments