orlangure / gocovsh

Go Coverage in your terminal: a tool for exploring Go Coverage reports from the command line 💻
GNU General Public License v3.0
348 stars 14 forks source link

Fix requested files parsing #33

Closed orlangure closed 2 years ago

orlangure commented 2 years ago

Adding git diff parser broke git diff --name-only flow... This commit allows to use both, depending on the input.

codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (4002047) into master (9617e28) will increase coverage by 1.31%. The diff coverage is 76.92%.

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   86.02%   87.33%   +1.31%     
==========================================
  Files           9        9              
  Lines         773      774       +1     
==========================================
+ Hits          665      676      +11     
+ Misses         89       82       -7     
+ Partials       19       16       -3     
Impacted Files Coverage Δ
internal/program/program.go 69.14% <76.92%> (+11.08%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9617e28...4002047. Read the comment docs.