We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f248e commit 536c54bCopy full SHA for 536c54b
renderer/junit/junit.go
@@ -2,9 +2,10 @@ package junit
2
3
import (
4
"bytes"
5
+ "io"
6
+
7
"github.com/jstemmer/go-junit-report/v2/junit"
8
"github.com/zegl/kube-score/scorecard"
- "io"
9
)
10
11
// JUnit XML output
0 commit comments