vakenbolt / go-test-report

Captures go test output and parses it into a single self-contained HTML file.
Apache License 2.0
162 stars 34 forks source link

Add option to read package details from file #28

Closed afbjorklund closed 2 years ago

afbjorklund commented 3 years ago

This adds the option to run the go list -json once for the entire project.

Then you can supply this file to go-test-report, using --list parameter.

Also runs the regular commands in parallel, but that didn't help as much...

Closes #27

vakenbolt commented 2 years ago

:+1: