Skip to content

Commit 50dd426

Browse files
committed
Fix formatting
1 parent cb0c4ac commit 50dd426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test.mk

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ coveralls: gotest
1616
BUILD_NUMBER="$$BUILD_NUMBER-PR-$$CI_PULL_REQUEST"
1717
fi
1818
goveralls -coverprofile=ci/out/coverage.prof -service=github
19+
1920
gotest:
2021
go test -covermode=count -coverprofile=ci/out/coverage.prof -coverpkg=./... $${GOTESTFLAGS-} ./...
2122
sed -i '/_stringer\.go/d' ci/out/coverage.prof

0 commit comments

Comments
 (0)