ci: attempt to fix llvm-cov show
Some checks reported errors
continuous-integration/drone/pr Build was killed
Some checks reported errors
continuous-integration/drone/pr Build was killed
This commit is contained in:
parent
bd51b5ae15
commit
8b0f286f39
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ find ./build/modules -type f -name "*.profraw" -exec rm -fv {} +
|
|||
LLVM_COV_SHOW=$(
|
||||
llvm-cov show \
|
||||
-instr-profile='./build/coverage/merged.profdata' \
|
||||
"$(find ./build -type f -name '*_tests' -executable -exec printf -- '-object %s ' {} \;)" \
|
||||
"$(find ./build -type f -name '*\.a' -exec printf -- '-object %s ' {} \;)" \
|
||||
"$(find ./build -type f -name '*_tests' -executable -exec printf -- '-o %s ' {} \;)" \
|
||||
"$(find ./build -type f -name '*\.a' -exec printf -- '-o %s ' {} \;)" \
|
||||
-ignore-filename-regex='\.test\.cpp$' \
|
||||
-ignore-filename-regex='\.fuzz\.cpp$'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue