jstemmer / go-junit-report

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

Integrate with goreleaser. Fixes #77 #79

Closed kishaningithub closed 1 year ago

kishaningithub commented 5 years ago

Adds automated generation of binaries using go releaser

Fixes issue #77

jstemmer commented 1 year ago

Thanks for taking the time to open this PR. I'd prefer to not yet depend on an another service for building releases, so won't be merging this. I don't publish releases that often, so using the Makefile is enough for now. I'll keep this change in mind if I ever decide to automate it :)