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:
committed by
Florin Coras
parent
c96d618a5d
commit
8d74caa0a2
7
extras/lcov/lcov_prep
Executable file
7
extras/lcov/lcov_prep
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd build-root
|
||||
rm -rf html
|
||||
lcov --capture --initial --directory . --output-file lcov.out
|
||||
Reference in New Issue
Block a user