Skip to content

Commit

Permalink
fix: llvm-cov only .so files
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Sep 10, 2023
1 parent 979f147 commit 2a7a9a9
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.*")"
LIB_PATH="$(find src/ -type f -name "*$LIB_NAME.so")"
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 2a7a9a9

Please sign in to comment.