mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 10:05:49 +00:00
test the code coverage
This commit is contained in:
parent
0de64b8531
commit
193a790746
1
debian/rules
vendored
1
debian/rules
vendored
@ -589,6 +589,7 @@ 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; \
|
||||||
|
bash <(curl -s https://codecov.io/bash -f TOKEN); \
|
||||||
fi
|
fi
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user