change the perms before the sync

This commit is contained in:
Sylvestre Ledru 2018-09-23 16:53:04 +02:00
parent f2830edd2f
commit e22c4ef09e

2
debian/rules vendored
View File

@ -740,6 +740,8 @@ endif
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \ lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
lcov --remove $$REPORT "/usr*" -o $$REPORT; \ lcov --remove $$REPORT "/usr*" -o $$REPORT; \
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \ genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
chmod 0755 $(find reports/coverage -type d); \
chmod 0644 $(find reports/coverage -type f); \
fi fi
override_dh_auto_test: override_dh_auto_test:
endif endif