]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
README: Add README.md
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 10 Oct 2019 15:52:03 +0000 (09:52 -0600)
committerDhaval Giani <dhaval.giani@oracle.com>
Thu, 24 Oct 2019 21:01:58 +0000 (14:01 -0700)
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 <tom.hromatka@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..0677037
--- /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).