Workiva / goverge

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

Add serial mode flag #14

Closed wesleybalvanz-wf closed 8 years ago

wesleybalvanz-wf commented 8 years ago

We need a way to run tests in serial rather then parallel since that can cause some race conditions and some test cross contamination that are not desired. Add a serial flag to run the tests in serial.

wesleybalvanz-wf commented 8 years ago

This was addressed in: https://github.com/Workiva/goverge/issues/16