summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-07 09:23:08 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-07 09:23:08 +0000
commit306fc8a3f3085b9f96e9def03c2b9fc29d12375b (patch)
tree8ebeebf97720c1234ed94b5fcc0b59f9240ee2b7 /tools
parentb1990a0580c858f3b391e6b522c681c8c64a0060 (diff)
downloadmpc-306fc8a3f3085b9f96e9def03c2b9fc29d12375b.tar.gz
added info on lcov configuration file, thanks to PT
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@281 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tools')
-rw-r--r--tools/README.coverage10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/README.coverage b/tools/README.coverage
index 2b737f8..1fa271c 100644
--- a/tools/README.coverage
+++ b/tools/README.coverage
@@ -1,5 +1,5 @@
-The script "coverage" compute the test suite coverage of MPC in terms of line
-of code and summarize it into web pages.
+The script "coverage" computes the test suite coverage of MPC
+in terms of lines of code and summarises it on web pages.
You will need gcov and lcov (http://ltp.sourceforge.net/coverage/lcov.php).
Usage:
@@ -7,3 +7,9 @@ cd path_to_mpc_sources/tools
./coverage additional_parameters_to_configure
After execution, the html pages lie in the directory /tmp/ompc-gcov/html.
+
+Colour thresholds can be tuned in a configuration file $HOME/.lcovrc,
+containing, for instance:
+genhtml_hi_limit = 100
+genhtml_med_limit = 95
+genhtml_legend = yes