Skip to content

Commit edd5f84

Browse files
committed
fix(CI): Generate coverage profile
1 parent a67f940 commit edd5f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Run tests
3333
run: |
34-
script/test
34+
script/test --cover
3535
3636
- name: Push coverage report
3737
run: ./.coverage-reporter submit

0 commit comments

Comments
 (0)