From: Tom Hromatka Date: Thu, 10 Oct 2019 15:52:03 +0000 (-0600) Subject: README: Add README.md X-Git-Tag: v0.42.rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c72b8aa4ce77f192969b1539490e138f7f15139d;p=thirdparty%2Flibcgroup.git README: Add README.md This commit adds README.md. It contains graphics that show the status of the continuous integration and code coverage results. It also contains a link to the original README. Note that github doesn't allow the inlining of files in markdown due to security concerns, so a link is the best we can do. Signed-off-by: Tom Hromatka Signed-off-by: Dhaval Giani --- diff --git a/README.md b/README.md new file mode 100644 index 00000000..06770378 --- /dev/null +++ b/README.md @@ -0,0 +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) + +The entire libcgroup README is available [here](README).