misc: add lcov scripts, README.md

See extras/lcov

Type: feature

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Id229436bd94cd18bcd0f3a3d938eae2b28d5b1f5
This commit is contained in:
Dave Barach
2019-11-06 16:58:48 -05:00
committed by Florin Coras
parent c96d618a5d
commit 8d74caa0a2
3 changed files with 62 additions and 0 deletions

9
extras/lcov/lcov_post Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -e
cd build-root
rm -rf html
mkdir html
lcov --no-checksum --directory . --capture --output-file out.info
genhtml out.info -o html