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