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 c97f013 commit 9667f02Copy full SHA for 9667f02
.github/workflows/go.yml
@@ -29,7 +29,7 @@ jobs:
29
run: go build -v ./...
30
31
- name: Test
32
- run: go test -v ./...
+ run: go test -v -coverprofile=profile.cov ./...
33
34
- name: Send coverage
35
uses: shogo82148/actions-goveralls@v1
0 commit comments