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 035c82a commit 0514376Copy full SHA for 0514376
Makefile
@@ -176,7 +176,7 @@ coverage:
176
177
.PHONY: unit-test-coverage
178
unit-test-coverage:
179
- for PKG in $(PACKAGES); do $(GO) test -tags='sqlite sqlite_unlock_notify' -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;
+ $(GO) test -tags='sqlite sqlite_unlock_notify' -cover -coverprofile coverage.out $(PACKAGES) && echo "\n==>\033[32m Ok\033[m\n" || exit 1
180
181
.PHONY: vendor
182
vendor:
0 commit comments