Skip to content

Commit 9667f02

Browse files
author
Lord of Scripts
committed
Fixed GO workflow coverage issue
1 parent c97f013 commit 9667f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: go build -v ./...
3030

3131
- name: Test
32-
run: go test -v ./...
32+
run: go test -v -coverprofile=profile.cov ./...
3333

3434
- name: Send coverage
3535
uses: shogo82148/actions-goveralls@v1

0 commit comments

Comments
 (0)