From cfd3e7cab2f5dbe267a937f5cafa098d191b63f5 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Fri, 3 Apr 2015 13:33:08 +0200 Subject: coveralls: send coverage report to coveralls.io coveralls.io is a service that uses information from gcov (generated during "make test") to provide a coverage report online: https://coveralls.io/r/01org/parameter-framework Some files must be ignored, specifically: generated files (python bindings and files generated by CMake), tests (because they would inflate the coverage rate) and samples (for now, only the skeleton subsystem). A "badge" is also added to the readme showing the coverage rate. Signed-off-by: David Wagner --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index f55aeaa..e041f89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # parameter-framework [![Build Status](https://travis-ci.org/01org/parameter-framework.svg?branch=master)](https://travis-ci.org/01org/parameter-framework) +[![Coverage Status](https://coveralls.io/repos/01org/parameter-framework/badge.svg?branch=master)](https://coveralls.io/r/01org/parameter-framework) ## Introduction -- cgit v1.1