From: Tom Hromatka Date: Tue, 15 Dec 2020 22:11:01 +0000 (-0700) Subject: README.md: Update the coveralls badge X-Git-Tag: v2.0.rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50659959a658a0d13171d61c986dd0b5656f019c;p=thirdparty%2Flibcgroup.git README.md: Update the coveralls badge The coveralls.io badge wasn't consistently updating after a successful run. Remove the "?branch=master" parameter and switch to using a png rather than an svg. Signed-off-by: Tom Hromatka --- diff --git a/README.md b/README.md index 541fd977..6094e5f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ [![Build Status](https://github.com/libcgroup/libcgroup/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/libcgroup/libcgroup/actions) -[![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.svg?branch=master)](https://coveralls.io/github/libcgroup/libcgroup?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.png)](https://coveralls.io/github/libcgroup/libcgroup) The entire libcgroup README is available [here](README).