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 cf267e2 commit 0171b4eCopy full SHA for 0171b4e
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: build and test
24
run: |
25
go get -v
26
- go test -timeout=60s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp
+ go test -timeout=60s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
27
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "_mock.go" > $GITHUB_WORKSPACE/profile.cov
28
go build -race
29
env:
0 commit comments