mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 10:40:59 +00:00
Update of the report file for the code coverage
This commit is contained in:
parent
c1b01078bc
commit
3b524bad08
2
debian/rules
vendored
2
debian/rules
vendored
@ -232,7 +232,7 @@ override_dh_auto_test:
|
||||
cd build-llvm/ && $(MAKE) check-polly -C tools/polly/test/ || true
|
||||
|
||||
if test "$(CODECOVERAGE)" = "yes"; then \
|
||||
REPORT=reports/scilab-code-coverage.info; \
|
||||
REPORT=reports/llvm-toolchain.info; \
|
||||
mkdir -p reports/; \
|
||||
lcov --directory build-llvm/ --capture --ignore-errors source --output-file $$REPORT; \
|
||||
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
||||
|
Loading…
Reference in New Issue
Block a user