jstemmer / go-junit-report

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

fix: properly parse resume prefix for gotest 1.20 #170

Closed sdowell closed 8 months ago

sdowell commented 9 months ago

gotest 1.20 replaced the CONT prefix with NAME. This updates the gotest parsing logic to support the new output format.

See: https://go-review.git.corp.google.com/c/go/+/443596

Fixes: https://github.com/jstemmer/go-junit-report/issues/169

sdowell commented 9 months ago

@jstemmer PTAL

EricTendian commented 8 months ago

@jstemmer Would you be able to please take a look at this soon? We're trying to use this CLI but this is a big problem for us, and trying to use a fork is quite involved. 😄

jstemmer commented 8 months ago

Thanks!