Workiva / goverge

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

Fix getting test packages so it doesn't get Godeps #25

Closed wesleybalvanz-wf closed 8 years ago

wesleybalvanz-wf commented 8 years ago

Was a bug in getting the packages to run coverage on where it wasn't actually skipping things like godeps this fixes the issue and adds a test around it.

@tomdeering-wf @tylerrinnan-wf @seangerhardt-wf @jacobmoss-wf

aviary2-wf commented 8 years ago

Raven

Number of Findings: 0

seangerhardt-wf commented 8 years ago

+1

codecov-io commented 8 years ago

Current coverage is 90.12% (diff: 88.88%)

Merging #25 into master will increase coverage by 0.25%

@@             master        #25   diff @@
==========================================
  Files             7          7          
  Lines           306        314     +8   
  Methods           0          0          
  Messages          0          0          
  Branches         24         25     +1   
==========================================
+ Hits            275        283     +8   
  Misses           27         27          
  Partials          4          4          

Powered by Codecov. Last update 3cb55b2...d09971b

jacobmoss-wf commented 8 years ago

+1

tylerrinnan-wf commented 8 years ago

+1