vpp/extras/lcov/lcov_prep
Dave Barach 8d74caa0a2 misc: add lcov scripts, README.md
See extras/lcov

Type: feature

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Id229436bd94cd18bcd0f3a3d938eae2b28d5b1f5
2019-11-06 23:58:23 +00:00

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