jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
764 stars 222 forks source link

Fix package failure as test failure #126

Closed harshit-gangal closed 2 years ago

harshit-gangal commented 2 years ago

If the package test does not start due to failure in setup and on re-run the test starts (fail/pass), we should ignore the run of failed package start to make the CI run as a failure.