otosky / medium_stats

Command Line and Python tool for Scraping Your Medium Stats
GNU General Public License v3.0
20 stars 5 forks source link

ci: add codecov #13

Closed otosky closed 2 years ago

otosky commented 2 years ago

adding coverage check to CI

Note: despite this codecov example not having a step to create the coverage report as XML, I was not able to get the coverage report to be parsed by codecov without the coverage xml step. A json report did not work either.

codecov-commenter commented 2 years ago

Codecov Report

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

@@            Coverage Diff            @@
##             master      #13   +/-   ##
=========================================
  Coverage          ?   64.10%           
=========================================
  Files             ?        4           
  Lines             ?      312           
  Branches          ?        0           
=========================================
  Hits              ?      200           
  Misses            ?      112           
  Partials          ?        0           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more