Workiva / goverge

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

Add way to pass in a custom build tag #9

Closed wesleybalvanz-wf closed 8 years ago

wesleybalvanz-wf commented 8 years ago

@mikedonner-wf This will allow you to get the coverage for your integration tests.

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

codecov-io commented 8 years ago

Current coverage is 87.91%

Merging #9 into master will increase coverage by +0.29% as of 1bffe98

@@            master      #9   diff @@
======================================
  Files            7       7       
  Stmts          291     298     +7
  Branches        23      24     +1
  Methods          0       0       
======================================
+ Hit            255     262     +7
  Partial          5       5       
  Missed          31      31       

Review entire Coverage Diff as of 1bffe98

Powered by Codecov. Updated on successful CI builds.

jacobmoss-wf commented 8 years ago

+1

mikedonner-wf commented 8 years ago

+1 Thanks!

It would be cool if this was something that could be run via skynet and combined with the reports generated by smithy. I wonder if that's possible.

wesleybalvanz-wf commented 8 years ago

@mikedonner-wf It's something that you could look into, I don't know if codecov would be able to handle two different reports for the same branch or not but it would be worth a try.