Skip to content

Commit

Permalink
chore: remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Oct 2, 2024
1 parent 9ab1d7b commit cfc6198
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/testworkflow-toolkit/artifacts/junit_post_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ func (p *JUnitPostProcessor) Add(path string) error {
if err != nil {
return errors.Wrapf(err, "failed to read %s", path)
}
fmt.Printf("================ XML Data Start ================\n%s\n================ XML Data End ================\n", xmlData)
ok := isJUnitReport(xmlData)
if !ok {
fmt.Printf("Skipping non-JUnit report: %s\n", ui.LightCyan(path))
return nil
}
fmt.Printf("Processing JUnit report: %s\n", ui.LightCyan(path))
Expand Down

0 comments on commit cfc6198

Please sign in to comment.