]> Devi Nivas Git - chevron.git/commitdiff
Update Coverage Badge
authorDaniel Morrison <dan@morrison.ph>
Sat, 20 Apr 2019 23:13:21 +0000 (19:13 -0400)
committerDaniel Morrison <dan@morrison.ph>
Sat, 20 Apr 2019 23:13:21 +0000 (19:13 -0400)
Point directly to coveralls.io instead of shields.io

README.md

index 63c76aceff825a1ab52e36830382acf64b5ef619..8c9de75dc528397a74d0b0e7d091ab006b05a178 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [![PyPI version](https://badge.fury.io/py/chevron.svg)](https://badge.fury.io/py/chevron)
 [![Build Status](https://travis-ci.org/noahmorrison/chevron.svg?branch=master)](https://travis-ci.org/noahmorrison/chevron)
-[![Coverage Status](https://img.shields.io/coveralls/noahmorrison/chevron.svg)](https://coveralls.io/r/noahmorrison/chevron?branch=master)
+[![Coverage Status](https://coveralls.io/repos/github/noahmorrison/chevron/badge.svg?branch=master)](https://coveralls.io/github/noahmorrison/chevron?branch=master)
 
 A python implementation of the [mustache templating language](http://mustache.github.io).