From 793e245f56751a4931a530a66811905fcabde415 Mon Sep 17 00:00:00 2001 From: Daniel Morrison Date: Sat, 20 Apr 2019 19:13:21 -0400 Subject: [PATCH] Update Coverage Badge Point directly to coveralls.io instead of shields.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c76ac..8c9de75 100644 --- 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). -- 2.47.3