Skip to content

Commit 79b37d3

Browse files
committed
chore: update cover target to disable caching
Cached test results can result in inaccurate coverage statistics.
1 parent 41640c7 commit 79b37d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ fuzz: mod-tidy generate
2626

2727
.PHONY: cover
2828
cover: mod-tidy generate
29-
go test -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
29+
go test -v -count=1 -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
3030
go tool cover -html=cover.out

0 commit comments

Comments
 (0)