AdamNiederer / cov

An emacs extension for displaying coverage data on your code
GNU General Public License v3.0
76 stars 16 forks source link

Fixes #25

Closed xendk closed 4 years ago

xendk commented 4 years ago

Two small fixes.

For starters, don't print the "no coverage" message for buffers without files.

Secondly a fix for clover files. Seems that there's at least two different attributes in use for the full pathname. This fix works for both Jest and PHPUnit produced files.

codecov-io commented 4 years ago

Codecov Report

Merging #25 into master will decrease coverage by 0.42%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage    75.7%   75.28%   -0.43%     
==========================================
  Files           1        1              
  Lines         177      178       +1     
==========================================
  Hits          134      134              
- Misses         43       44       +1
Impacted Files Coverage Δ
cov.el 75.28% <33.33%> (-0.43%) :arrow_down:

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 7c72a94...8c940a9. Read the comment docs.

AdamNiederer commented 4 years ago

Awesome; thank you!