Skip to content

Commit

Permalink
Provide explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdaemon committed Dec 4, 2023
1 parent 4233531 commit d0af2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/junit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<testsuite tests="{{ $failures }}" failures="{{ $failures }}" name="{{ .Target }}" errors="0" skipped="0" time="">
{{ $Path := .Target }}
{{ range .Licenses }}
<testcase file="{{ escapeXML $Path }}" classname="{{ .Category }}" name="[{{ .Severity }}] {{ .Name }} {{ .PkgName }} {{ .FilePath }}" time="">
<testcase file="{{ escapeXML $Path }}" classname="{{ .Category }}" name="[{{ .Severity }}] License {{ .Name }} {{ .PkgName }} {{ .FilePath }}" time="">
<failure message="{{ .Name }} {{ .PkgName }}" type="description">
Severity: {{ .Severity }}
License: {{ .Name }}
Expand Down

0 comments on commit d0af2f1

Please sign in to comment.