On 10/9/19 3:55 PM, Dhaval Giani wrote:
On Wed, Oct 9, 2019, 2:50 PM Tom Hromatka <[email protected] <mailto:[email protected]>> wrote:This commit adds continuous integration and code coverage status to the README via small infographics that display test pass/fail and coverage percentage, respectively. My suggestion would be a markdown file with just this bit.
Sounds perfectly reasonable to me. I'll send out a new set tomorrow morning. Thanks. Tom
Dhaval Signed-off-by: Tom Hromatka <[email protected] <mailto:[email protected]>> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 54e0f7b..97a9b94 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[](https://travis-ci.org/libcgroup/libcgroup <https://img.shields.io/travis/seccomp/libseccomp/master.svg)%5D(https://travis-ci.org/libcgroup/libcgroup>) +[](https://coveralls.io/github/libcgroup/libcgroup?branch=master <https://img.shields.io/coveralls/github/libcgroup/libcgroup/master.svg)%5D(https://coveralls.io/github/libcgroup/libcgroup?branch=master>) + Design ========-- 1.8.3.1_______________________________________________ Libcg-devel mailing list [email protected] <mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/libcg-devel
_______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
