We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edee8f commit 47330bfCopy full SHA for 47330bf
command/report/report.go
@@ -127,7 +127,7 @@ func (opts *ReportOptions) Run() int {
127
return keys
128
}
129
130
- if !supportedKeys[reportCommandKey] {
+ if reportCommandAnalyzerShortcode == "test-coverage" && !supportedKeys[reportCommandKey] {
131
err = fmt.Errorf("DeepSource | Error | Invalid Key: %s (Supported Keys: %v)", reportCommandKey, allowedKeys(supportedKeys))
132
fmt.Fprintln(os.Stderr, err)
133
sentry.CaptureException(err)
0 commit comments