AdamNiederer / cov

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

Add codecov uploading #22

Closed xendk closed 6 years ago

xendk commented 6 years ago

Might I suggest using https://codecov.io/ ? It's free for open source, makes nice graphs, and gives a new badge.

All you need to do is log in using github, activate the repo and merge this.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #22   +/-   ##
=========================================
  Coverage          ?   75.73%           
=========================================
  Files             ?        2           
  Lines             ?      169           
  Branches          ?        0           
=========================================
  Hits              ?      128           
  Misses            ?       41           
  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 c67ec81...cb006b2. Read the comment docs.

xendk commented 6 years ago

Heh, CodeCov has opinions because I set it up on my fork for some testing. The Travis failure is odd though.

You can see a (bit boring) example of what CodeCov looks like here: https://codecov.io/gh/xendk/indentinator

AdamNiederer commented 6 years ago

Thanks; I've been meaning to set up coverage! It looks like the travis failure is spurious, again.