From fe0125e03bf47879e4c457f6077bf109cef218a8 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 20 Jan 2017 13:50:53 -0700 Subject: [PATCH] autotest: stop excluding test/ from lcov results Change-Id: I7a190d9901e0f8ce5515ac2c4fdcb25ffa31264f Signed-off-by: Daniel Verkamp --- autotest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/autotest.sh b/autotest.sh index b32e67984..757050a5b 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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