test the code coverage

This commit is contained in:
Sylvestre Ledru 2018-03-26 00:57:47 +02:00
parent 0de64b8531
commit 193a790746

1
debian/rules vendored
View File

@ -589,6 +589,7 @@ endif
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; \
bash <(curl -s https://codecov.io/bash -f TOKEN); \
fi
override_dh_auto_test:
endif