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 c2c97c3 commit 54479a1Copy full SHA for 54479a1
1 file changed
.github/workflows/go.yml
@@ -34,7 +34,7 @@ jobs:
34
run: go build -v .
35
36
- name: Test
37
- run: go test -v -race -covermode atomic -coverprofile=profile.cov .
+ run: go test -v -race -covermode atomic -coverprofile=profile.cov ./...
38
39
- name: Send coverage
40
env:
0 commit comments