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 45ae45f commit 350da65Copy full SHA for 350da65
dev-tools/mage/gotest.go
@@ -261,6 +261,7 @@ func GoTest(ctx context.Context, params GoTestArgs) error {
261
testArgs = append(testArgs,
262
"-covermode=atomic",
263
"-coverprofile="+params.CoverageProfileFile,
264
+ "-coverpkg=./...", // needed to calculate the coverage across the elastic-agent packages
265
)
266
}
267
0 commit comments