From c72b8aa4ce77f192969b1539490e138f7f15139d Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Thu, 10 Oct 2019 09:52:03 -0600 Subject: [PATCH] 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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). -- 2.47.2