JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Make travis badge link to all travis badges #57

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

Currently, if you click on it you go to the most recent build. This can be of any PR, so it might be a failing build even if master doesn't fail. This is confusing because if the master build passes, you don't expect to be confronted with a failing build when you click on the badge.

Summary

Make travis badge point to https://travis-ci.org/JSAbrahams/mamba/branches?branch=master.

Added Tests

...

Additional Context

...

codecov[bot] commented 5 years ago

Codecov Report

Merging #57 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   77.26%   77.26%           
=======================================
  Files          48       48           
  Lines        3347     3347           
=======================================
  Hits         2586     2586           
  Misses        761      761

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 9242519...ea34185. Read the comment docs.