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

7
extras/lcov/lcov_prep Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e
cd build-root
rm -rf html
lcov --capture --initial --directory . --output-file lcov.out