Revert "try to change the directory to see if I am getting libc++ this way"

This reverts commit 4f3d695a1d.
This commit is contained in:
Sylvestre Ledru 2018-09-24 21:56:08 +01:00
parent 4f3d695a1d
commit 1db2f514ec

2
debian/rules vendored
View File

@ -737,7 +737,7 @@ endif
if test "$(CODECOVERAGE)" = "yes"; then \
REPORT=reports/llvm-toolchain.info; \
mkdir -p reports/; \
lcov --directory . --capture --ignore-errors source --output-file $$REPORT; \
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
chmod 0755 $(find reports/coverage -type d); \