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 24ffe38 commit ccd0a5eCopy full SHA for ccd0a5e
cmd/testrunner.go
@@ -150,7 +150,7 @@ func testTypeCommandActionFactory(runner testrunner.TestRunner) cobraext.Command
150
return cobraext.FlagParsingError(err, cobraext.DataStreamsFlagName)
151
}
152
153
- if len(dataStreams) > 0 {
+ if testCoverage && len(dataStreams) > 0 {
154
return cobraext.FlagParsingError(errors.New("test coverage can be calculated only if all data streams are selected"), cobraext.DataStreamsFlagName)
155
156
0 commit comments