Commit fe0125e0 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

autotest: stop excluding test/ from lcov results



Change-Id: I7a190d9901e0f8ce5515ac2c4fdcb25ffa31264f
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 76977232
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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