From 5ba14fba2029b69845f0c44462531724043e1215 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 7 Feb 2017 21:45:47 -0500 Subject: docs: add a Coveralls badge to README.md Signed-off-by: Paul Moore --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 514e9fb..f545daf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ https://github.com/seccomp/libseccomp [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/608/badge)](https://bestpractices.coreinfrastructure.org/projects/608) [![Build Status](https://travis-ci.org/seccomp/libseccomp.svg?branch=master)](https://travis-ci.org/seccomp/libseccomp) +[![Coverage Status](https://coveralls.io/repos/github/seccomp/libseccomp/badge.svg?branch=master)](https://coveralls.io/github/seccomp/libseccomp?branch=master) The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. The libseccomp API is -- cgit v1.2.1