8d74caa0a2
See extras/lcov Type: feature Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: Id229436bd94cd18bcd0f3a3d938eae2b28d5b1f5
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd build-root
|
|
rm -rf html
|
|
lcov --capture --initial --directory . --output-file lcov.out
|