Workiva / goverge

A golang multi package coverage reporting tool.
Other
3 stars 8 forks source link

Limit the amount of resources that are used #2

Closed wesleybalvanz-wf closed 8 years ago

wesleybalvanz-wf commented 8 years ago

This limits the number of processes that are running at a time and skips any packages that don't have tests.

This also adds a html tag so that it opens the report in your browser when it completes.

@dustinhiatt-wf This will allow us to put coverage back on skaardb.

@matthinrichsen-wf @jacobmoss-wf @alexandercampbell-wf @rosshendrickson-wf

alexandercampbell-wk commented 8 years ago

Overall, nice work on this PR. Thanks @wesleybalvanz-wf!

wesleybalvanz-wf commented 8 years ago

@alexandercampbell-wf I think I addressed your comments.

alexandercampbell-wk commented 8 years ago

+1

jacobmoss-wf commented 8 years ago

+1