We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41640c7 commit 79b37d3Copy full SHA for 79b37d3
1 file changed
Makefile
@@ -26,5 +26,5 @@ fuzz: mod-tidy generate
26
27
.PHONY: cover
28
cover: mod-tidy generate
29
- go test -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
+ go test -v -count=1 -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
30
go tool cover -html=cover.out
0 commit comments