Enable the code coveragea also on generated *.inc files

This commit is contained in:
Sylvestre Ledru 2013-08-07 14:37:45 +00:00
parent ebe2c90f5d
commit da344a5b29

1
debian/rules vendored
View File

@ -294,7 +294,6 @@ override_dh_auto_test:
mkdir -p reports/; \
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
lcov --remove $$REPORT "$(TARGET_BUILD)/*" -o $$REPORT; \
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
fi