Workiva / goverge

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

Fix issues with tag flag #19

Closed wesleybalvanz-wf closed 8 years ago

wesleybalvanz-wf commented 8 years ago

Tags flag was hitting flag provided but not defined error because it was missing the =

Fix an issue where the package deps without the tags were hitting a "no buildable Go source files" error when the files with the tags were then only buildable files.

@brettonfinch-wf @jacobmoss-wf @alexandercampbell-wf @matthinrichsen-wf @seanstrickland-wf @aldenpeterson-wf

jacobmoss-wf commented 8 years ago

+1

codecov-io commented 8 years ago

Current coverage is 89.67%

Merging #19 into master will not change coverage

@@             master        #19   diff @@
==========================================
  Files             7          7          
  Lines           300        300          
  Methods           0          0          
  Messages          0          0          
  Branches         23         23          
==========================================
  Hits            269        269          
  Misses           27         27          
  Partials          4          4          

Sunburst

Powered by Codecov. Last updated by 9fbffd5

cadencefinch-wf commented 8 years ago

+1 pulled down and verified it is working for the wLayout repro