Created script to generate code coverage reports.
commitd1bfa3dc703325ecd974167e864a8712fdfe936e
authorJia Tan <jiat0218@gmail.com>
Fri, 1 Jul 2022 13:19:26 +0000 (1 21:19 +0800)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 10 Jul 2022 19:42:22 +0000 (10 22:42 +0300)
tree3cc205c618030e84dd8bdb6d3c98808d43fe38e1
parent86a30b0255d8064169fabfd213d907016d2f9f2a
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
tests/code_coverage.sh [new file with mode: 0755]