aboutsummaryrefslogtreecommitdiff
path: root/tests/code_coverage.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
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.