Skip to content

Commit 189bbf9

Browse files
author
Ish Shah
authored
change scorecard classname (#5456)
Signed-off-by: Ish Shah <[email protected]>
1 parent 90dd941 commit 189bbf9

File tree

1 file changed

+1
-0
lines changed
  • internal/cmd/operator-sdk/scorecard

1 file changed

+1
-0
lines changed

internal/cmd/operator-sdk/scorecard/cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ func (c *scorecardCmd) convertXunit(output v1alpha3.TestList) xunit.TestSuites {
141141
var tSuite xunit.TestSuite
142142
tSuite.Name = res.Name
143143
tCase.Name = res.Name
144+
tCase.Classname = "scorecard"
144145
if res.State == v1alpha3.ErrorState {
145146
tCase.Errors = append(tCase.Errors, xunit.XUnitComplexError{Type: "Error", Message: strings.Join(res.Errors, ",")})
146147
tSuite.Errors = strings.Join(res.Errors, ",")

0 commit comments

Comments
 (0)