We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fc987 commit 0a6d9ceCopy full SHA for 0a6d9ce
Makefile
@@ -44,7 +44,7 @@ dlib.cov: test
44
test -e $@
45
touch $@
46
test:
47
- go test -count=1 -coverprofile=dlib.cov -coverpkg=./... -race ./...
+ go test -count=1 -coverprofile=dlib.cov -coverpkg=./... -race ${GOTEST_FLAGS} ./...
48
.PHONY: test
49
50
%.cov.html: %.cov
0 commit comments