mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 07:00:45 +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 --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
|
||||
|
Loading…
Reference in New Issue
Block a user