aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorVasil Velichkov <vasil_vel@abv.bg>2016-07-18 22:46:36 +0300
committerLev Walkin <vlm@lionet.info>2017-03-26 04:42:26 -0700
commite318759ef25954943ba2214a545ed60da8d577c4 (patch)
treeffa4a59b9b4306ffbbd9d03c71eb6fa27bb6da6e /.gitignore
parentb98b286d7bf172c89c630ddcf8ca090fc855c046 (diff)
Add code coverage using lcov and gcov
To generate the code coverage report you need gcov and lcov installed and then execute ./configure --enable-code-coverage make check-code-coverage Writing directory view page. Overall coverage rate: lines......: 76.5% (10519 of 13759 lines) functions..: 85.5% (491 of 574 functions) branches...: 57.5% (7040 of 12250 branches) file:///home/user/asn1c/asn1c-0.9.28-coverage/index.html Open the index.html with a web browser
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index da42ba25..2c69308d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,6 @@ doc/docsrc/*.xdv
# /skeletons/tests/
/skeletons/tests/check-*
+#code coverage
+*.gcno
+*.gcda