aboutsummaryrefslogtreecommitdiff
path: root/tests/code_coverage.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01CVE-2024-3094: import xz-5.6.1.tar.xzjiatan/v5.6.1/autofooBertrand Jacquin1-77/+0
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+1
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added.
2022-07-10Created script to generate code coverage reports.Jia Tan1-0/+79
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.