From: Tom Hromatka Date: Mon, 20 Apr 2020 18:48:57 +0000 (-0600) Subject: README: Update the code coverage badge X-Git-Tag: v2.0.rc1~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52dc1a3b71f843d5c112c2d53bc1ead0de4152d8;p=thirdparty%2Flibcgroup.git README: Update the code coverage badge Update the code coverage badge with the latest recommended markdown from coveralls.io Signed-off-by: Tom Hromatka --- diff --git a/README.md b/README.md index 06770378..22360705 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ [![Build Status](https://img.shields.io/travis/libcgroup/libcgroup/master.svg)](https://travis-ci.org/libcgroup/libcgroup) -[![Coverage Status](https://img.shields.io/coveralls/github/libcgroup/libcgroup/master.svg)](https://coveralls.io/github/libcgroup/libcgroup?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.svg?branch=master)](https://coveralls.io/github/libcgroup/libcgroup?branch=master) The entire libcgroup README is available [here](README).