From 3a07d419f2e9686e167d8dc2756ea12baefb735a Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 6 Feb 2018 02:11:11 +0100 Subject: [PATCH] Expire Coveralls badge cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coverall’s badge seems to be cached and not updating correctly This commit should expire it and as master is the default Coverall’s branch, it should display the correct percentage https://github.com/lemurheavy/coveralls-public/issues/281 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba9e18d96..cfc088a4d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Citizen Participation and Open Government Application [![Build Status](https://travis-ci.org/consul/consul.svg?branch=master)](https://travis-ci.org/consul/consul) [![Code Climate](https://codeclimate.com/github/consul/consul/badges/gpa.svg)](https://codeclimate.com/github/consul/consul) [![Dependency Status](https://gemnasium.com/consul/consul.svg)](https://gemnasium.com/consul/consul) -[![Coverage Status](https://coveralls.io/repos/github/consul/consul/badge.svg?branch=master)](https://coveralls.io/github/consul/consul?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/consul/consul/badge.svg)](https://coveralls.io/github/consul/consul?branch=master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/consul/localized.svg)](https://crowdin.com/project/consul) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)