jstemmer / go-junit-report

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

module missing in go.mod with -mod=readonly #110

Closed jerome-laforge closed 2 years ago

jerome-laforge commented 4 years ago

I like to know if you can display correctly when module is missing in go.mod (that can be managed with gitlab for example)

go test -v -mod=readonly ./...
go: updates to go.mod needed, disabled by -mod=readonly
jstemmer commented 2 years ago

Can you provide a minimal example that reproduces this output when running go test -v -mod=readonly?

jstemmer commented 2 years ago

v2.0.0 might be able to handle this, but can't verify this without more information. Feel free to reopen this issue if it's still a problem.