Skip to content

Commit cffd451

Browse files
committed
Attempt to fix kcov.
1 parent 7297f23 commit cffd451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/run-kcov

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ for t in ${tests[@]}; do
4848
--verify \
4949
--include-pattern '/regex/src/' \
5050
"$tmpdir/$t" \
51-
$(ls -t ./target/debug/"$t"-* | head -n1)
51+
$(find ./target/debug -executable -wholename "./target/debug/$t-*" | head -n1)
5252
done
5353

5454
if [ -n "$coveralls_id" ]; then

0 commit comments

Comments
 (0)