summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-10 12:33:46 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-10 12:33:46 -0400
commiteea502023950db2cccdb1d4fa563b05316b64419 (patch)
tree639bd6a4038adf99bbffc54d7f27bceff6316668 /.gitignore
parent8317a107de299e5e03dc5511fefdcf5383a82bd7 (diff)
downloaddconf-eea502023950db2cccdb1d4fa563b05316b64419.tar.gz
Add script to trim bogus lcov data
There is no (apparent) way to trim branch or line coverage data from lcov output based on expression matching against the source file. This means that we get coverage results that tell us (for example) that we failed to test lines like 'g_assert_not_reached ();' or didn't test all branches of a g_assert(). Add a script to read the lcov output and remove line or branch coverage data according to a list of symbols that are known to have incomplete coverage when operating as expected.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6538832..8679fda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@ Makefile
/autom4te.cache
/aclocal.m4
/stamp-h1
+/dconf-lcov.info
+/lcov-html