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 d84233d commit 9d3c289Copy full SHA for 9d3c289
dev-tools/mage/gotest.go
@@ -257,6 +257,7 @@ func GoTest(ctx context.Context, params GoTestArgs) error {
257
testArgs = append(testArgs,
258
"-covermode=atomic",
259
"-coverprofile="+params.CoverageProfileFile,
260
+ "-coverpkg=./...", // needed to calculate the coverage across the elastic-agent packages
261
)
262
}
263
0 commit comments