jstemmer / go-junit-report

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

Fix regular expression for summary with "no statements" coverage. #144

Closed ql-owo-lp closed 1 year ago

ql-owo-lp commented 1 year ago

The current regular expression doesn't cover the case when the coverage is "no statement". This causes the specific package being "left over" when creating the report.

jstemmer commented 1 year ago

Thanks for contributing!