ci(amd64/clang/coverage): fix path
This commit is contained in:
parent
9cbebaef06
commit
00332ee958
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ for test in $(find ./build -type f -name '*_tests' -executable); do
|
||||||
"$test"
|
"$test"
|
||||||
done
|
done
|
||||||
|
|
||||||
llvm-profdata merge --input-files './coverage/list' -o "./coverage/merged.profdata"
|
llvm-profdata merge --input-files './build/coverage/list' -o "./coverage/merged.profdata"
|
||||||
find ./build/modules -type f -name "*.profraw" -exec rm -fv {} +
|
find ./build/modules -type f -name "*.profraw" -exec rm -fv {} +
|
||||||
|
|
||||||
LLVM_COV_SHOW=$(llvm-cov show \
|
LLVM_COV_SHOW=$(llvm-cov show \
|
||||||
|
|
Loading…
Add table
Reference in a new issue