mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 17:25:49 +00:00
Enable the code coveragea also on generated *.inc files
This commit is contained in:
parent
ebe2c90f5d
commit
da344a5b29
1
debian/rules
vendored
1
debian/rules
vendored
@ -294,7 +294,6 @@ override_dh_auto_test:
|
||||
mkdir -p reports/; \
|
||||
lcov --directory $(TARGET_BUILD)/ --capture --ignore-errors source --output-file $$REPORT; \
|
||||
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
||||
lcov --remove $$REPORT "$(TARGET_BUILD)/*" -o $$REPORT; \
|
||||
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user