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

This commit is contained in:
Sylvestre Ledru 2018-09-23 17:02:54 +02:00
parent e22c4ef09e
commit 4f3d695a1d

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 $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
lcov --directory . --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); \