byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Add Code Coverage and Develop/Master Badges #199

Closed epeters3 closed 4 years ago

epeters3 commented 5 years ago

Adds badges to the README for code coverage and Travis CI build for both develop and master branches. When the Travis CI badges are clicked on, they just go to the general landing page for metalearn CI. When the codecov badges are clicked, they go to the code coverage reports for their respective branches. Travis CI doesn't seem to have URLs for individual branches that you can link to.

epeters3 commented 5 years ago

Note, once this branch is merged into develop, the code coverage badge should switch from "unknown" to an actual value. Once this commit is merged into master, the same thing should happen to master.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #199   +/-   ##
==========================================
  Coverage           ?   91.32%           
==========================================
  Files              ?       10           
  Lines              ?      611           
  Branches           ?        0           
==========================================
  Hits               ?      558           
  Misses             ?       53           
  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 09510e3...e11b383. Read the comment docs.