diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-07-01 21:19:26 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-10 22:42:22 +0300 |
commit | d1bfa3dc703325ecd974167e864a8712fdfe936e (patch) | |
tree | 3cc205c618030e84dd8bdb6d3c98808d43fe38e1 /.gitignore | |
parent | Tests: Add more tests into test_check. (diff) | |
download | xz-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 '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |