Skip to content

Commit

Permalink
fix: reports without xml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Oct 2, 2024
1 parent 0f8a3f2 commit e5feda6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/testworkflow-toolkit/artifacts/junit_post_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func isJUnitReport(xmlData []byte) bool {
const BYTE_SIZE_8KB = 8 * 1024

tags := []string{
"<?xml",
"<testsuite",
"<testsuites",
}
Expand Down

0 comments on commit e5feda6

Please sign in to comment.