From d1bfa3dc703325ecd974167e864a8712fdfe936e Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Fri, 1 Jul 2022 21:19:26 +0800 Subject: 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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3