Skip to content

Commit a5546cb

Browse files
committed
Add -cover flag to unit testing step in ci
1 parent ba56d58 commit a5546cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: "1.25.1"
2020

2121
- name: Run unit tests
22-
run: go test ./...
22+
run: go test ./... -cover
2323

2424
- name: Exit
2525
run: (exit 0)

0 commit comments

Comments
 (0)