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
9
extras/lcov/lcov_post
Executable file
9
extras/lcov/lcov_post
Executable 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
|
Reference in New Issue
Block a user