autotest: stop excluding test/ from lcov results

Change-Id: I7a190d9901e0f8ce5515ac2c4fdcb25ffa31264f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-01-20 13:50:53 -07:00 committed by Jim Harris
parent 76977232ca
commit fe0125e03b

View File

@ -150,7 +150,6 @@ if hash lcov; then
# generate coverage data and combine with baseline
$LCOV -q -c -d $src -t "$(hostname)" -o $out/cov_test.info
$LCOV -q -a $out/cov_base.info -a $out/cov_test.info -o $out/cov_total.info
$LCOV -q -r $out/cov_total.info 'test/*' -o $out/cov_total.info
$GENHTML $out/cov_total.info -t "$(hostname)" -o $out/coverage
chmod -R a+rX $out/coverage
find . -name "*.gcda" -delete