jendrikseipp / vulture

Find dead Python code
MIT License
3.48k stars 152 forks source link

Check for test coverage for each PR #241

Closed RJ722 closed 3 years ago

RJ722 commented 3 years ago

Description

Add codecov to track test coverage for new PRs.

Checklist:

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@6209776). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #241   +/-   ##
=========================================
  Coverage          ?   99.36%           
=========================================
  Files             ?       17           
  Lines             ?      631           
  Branches          ?        0           
=========================================
  Hits              ?      627           
  Misses            ?        4           
  Partials          ?        0           

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 6209776...2fc097f. Read the comment docs.

jendrikseipp commented 3 years ago

Thanks for looking into this @RJ722! Is this ready to be merged?

RJ722 commented 3 years ago

@jendrikseipp Yep!

jendrikseipp commented 3 years ago

Awesome, thanks!