Skip to content

Commit

Permalink
test: allow more libpaths in llvm-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Sep 10, 2023
1 parent d19f16a commit f3353d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
-o src/tests/algorithms_test/algorithms_test.profdata
LIB_PATHS=()
for LIB_NAME in algorithms_calorimetry algorithms_digi algorithms_pid algorithms_reco algorithms_tracking; do
LIB_PATH="$(find src/ -type f -name "$LIB_NAME.so")"
LIB_PATH="$(find src/ -type f -name "*$LIB_NAME.*")"
LIB_PATHS+=("$LIB_PATH")
llvm-cov-15 report $LIB_PATH \
-instr-profile=src/tests/algorithms_test/algorithms_test.profdata \
Expand Down

0 comments on commit f3353d5

Please sign in to comment.