diff --git a/debian/rules b/debian/rules index 158dffa6..67c0e1ea 100755 --- a/debian/rules +++ b/debian/rules @@ -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