Thanks to visit codestin.com Credit goes to github.com
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 cb0c4ac commit 50dd426Copy full SHA for 50dd426
ci/test.mk
@@ -16,6 +16,7 @@ coveralls: gotest
16
BUILD_NUMBER="$$BUILD_NUMBER-PR-$$CI_PULL_REQUEST"
17
fi
18
goveralls -coverprofile=ci/out/coverage.prof -service=github
19
+
20
gotest:
21
go test -covermode=count -coverprofile=ci/out/coverage.prof -coverpkg=./... $${GOTESTFLAGS-} ./...
22
sed -i '/_stringer\.go/d' ci/out/coverage.prof
0 commit comments