From: Tom Hromatka Date: Wed, 25 May 2022 17:14:28 +0000 (-0600) Subject: README.md: Show the release-2.0 coverage status X-Git-Tag: v2.0.3~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627a2aa084f88ece9fe905e941736c423c81a381;p=thirdparty%2Flibcgroup.git README.md: Show the release-2.0 coverage status Show the code coverage status for the release-2.0 branch rather than the main branch. Signed-off-by: Tom Hromatka --- diff --git a/README.md b/README.md index 6094e5f3..d8e080dd 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.png)](https://coveralls.io/github/libcgroup/libcgroup) +[![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.svg?branch=release-2.0)](https://coveralls.io/github/libcgroup/libcgroup?branch=release-2.0) The entire libcgroup README is available [here](README).