We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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