Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdaemon committed Jan 8, 2024
1 parent 2d64f4d commit c5e2d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/junit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<testsuite tests="{{ $failures }}" failures="{{ $failures }}" name="{{ .Target }}" errors="0" skipped="0" time="">
{{ $Path := .Target }}
{{ range .Licenses }}
<testcase file="{{ escapeXML $Path }}" classname="{{ .Category }}" name="[{{ .Severity }}] License {{ .Name | HTMLEscape }} {{ .PkgName | HTMLEscape }} {{ .FilePath | HTMLEscape }}" time="">
<failure message="{{ .Name | HTMLEscape }} {{ .PkgName | HTMLEscape }}" type="description">
<testcase file="{{ escapeXML $Path }}" classname="{{ .Category }}" name="[{{ .Severity }}] License {{ .Name }} {{ .PkgName }} {{ .FilePath }}" time="">
<failure message="{{ .Name }} {{ .PkgName }}" type="description">
Severity: {{ .Severity }}
License: {{ .Name }}
Package Name (if available): {{ .PkgName }}
Expand Down

0 comments on commit c5e2d31

Please sign in to comment.