Workiva / goverge

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

Allow custom build tags to be passed in #21

Closed wesleybalvanz-wf closed 8 years ago

wesleybalvanz-wf commented 8 years ago

@jacobmoss-wf @aldenpeterson-wf @matthinrichsen-wf @alexandercampbell-wf @seangerhardt-wf

Worked with Tom and this is working it's a bit picky about how you pass in the flags but when you are doing flagception it's kind of hard to avoid that.

codecov-io commented 8 years ago

Current coverage is 89.87%

Merging #21 into master will increase coverage by 0.20%

@@             master        #21   diff @@
==========================================
  Files             7          7          
  Lines           300        306     +6   
  Methods           0          0          
  Messages          0          0          
  Branches         23         24     +1   
==========================================
+ Hits            269        275     +6   
  Misses           27         27          
  Partials          4          4          

Powered by Codecov. Last updated by 2028fe7...9f7f104

tomdeering-wf commented 8 years ago

Aside from maybe reverting the logging, +1 since we got this to work.

wesleybalvanz-wf commented 8 years ago

@alexandercampbell-wf Comment addressed.

jacobmoss-wf commented 8 years ago

+1

alexandercampbell-wk commented 8 years ago

+1