summaryrefslogtreecommitdiffhomepage
path: root/cmd/testwrapper/testwrapper.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/testwrapper/testwrapper.go')
-rw-r--r--cmd/testwrapper/testwrapper.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/testwrapper/testwrapper.go b/cmd/testwrapper/testwrapper.go
index 7cfb15a28..9b8d7a7c1 100644
--- a/cmd/testwrapper/testwrapper.go
+++ b/cmd/testwrapper/testwrapper.go
@@ -278,6 +278,7 @@ func main() {
goTestArgsWithCoverage,
fmt.Sprintf("-coverprofile=%v", coverageFile),
"-covermode=set",
+ "-coverpkg=./...",
)
}