jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
776 stars 224 forks source link

Better support of multiple test runs (`-count`) #178

Open yakimant opened 10 months ago

yakimant commented 10 months ago

Currently test is duplicated if run twice with -count 2 option. Would be nice to have an option to join with additional attributes (like eg: runs, failures, success_rate,..).