jendrikseipp / vulture

Find dead Python code
MIT License
3.38k stars 148 forks source link

Decorator name regression #284

Closed jendrikseipp closed 1 year ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #284 (9b640e6) into main (c264fb8) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 9b640e6 differs from pull request most recent head 8e9c584. Consider uploading reports for the commit 8e9c584 to get more accurate results

@@           Coverage Diff           @@
##             main     #284   +/-   ##
=======================================
  Coverage   98.96%   98.96%           
=======================================
  Files          21       21           
  Lines         676      679    +3     
=======================================
+ Hits          669      672    +3     
  Misses          7        7           
Files Changed Coverage Δ
vulture/utils.py 98.76% <100.00%> (+0.04%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jendrikseipp commented 1 year ago

This PR is probably redundant because #285 tackles the same problem.