mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
fix: include monolithic test binaries in code coverage
This commit is contained in:
parent
f410b8fa1a
commit
7cb3b8dc17
@ -399,7 +399,7 @@ if [[ "-$BUILD_TYPE-" == *-coverage-* ]]; then
|
|||||||
rm -f /tmp-runner/dwarfs-coverage.txt
|
rm -f /tmp-runner/dwarfs-coverage.txt
|
||||||
llvm-profdata$CLANG_VERSION merge -sparse profile/* -o dwarfs.profdata
|
llvm-profdata$CLANG_VERSION merge -sparse profile/* -o dwarfs.profdata
|
||||||
llvm-cov$CLANG_VERSION show -instr-profile=dwarfs.profdata \
|
llvm-cov$CLANG_VERSION show -instr-profile=dwarfs.profdata \
|
||||||
$(for i in mkdwarfs dwarfs dwarfsck dwarfsextract *_test ricepp/ricepp_test; do echo $i; done | sed -e's/^/-object=/') \
|
$(for i in mkdwarfs dwarfs dwarfsck dwarfsextract *_test *_tests ricepp/ricepp_test; do echo $i; done | sed -e's/^/-object=/') \
|
||||||
>/tmp-runner/dwarfs-coverage.txt
|
>/tmp-runner/dwarfs-coverage.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user