aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2022-07-01 21:19:26 +0800
committerLasse Collin <lasse.collin@tukaani.org>2022-07-10 22:42:22 +0300
commitd1bfa3dc703325ecd974167e864a8712fdfe936e (patch)
tree3cc205c618030e84dd8bdb6d3c98808d43fe38e1 /.gitignore
parentTests: Add more tests into test_check. (diff)
downloadxz-d1bfa3dc703325ecd974167e864a8712fdfe936e.tar.xz
Created script to generate code coverage reports.
The script uses lcov and genhtml after running the tests to show the code coverage statistics. The script will create a coverage directory where it is run. It can be run both in and out of the source directory.
Diffstat (limited to '')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 782c12cc..3aa4bb8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,8 @@
.deps
.libs
+*.gcda
+*.gcno
*.la
*.lo
*.o
@@ -32,6 +34,8 @@ build-aux/ltmain.sh
build-aux/missing
build-aux/test-driver
+coverage
+
/src/liblzma/liblzma.pc
/src/lzmainfo/lzmainfo
/src/xz/xz