We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7297f23 commit cffd451Copy full SHA for cffd451
ci/run-kcov
@@ -48,7 +48,7 @@ for t in ${tests[@]}; do
48
--verify \
49
--include-pattern '/regex/src/' \
50
"$tmpdir/$t" \
51
- $(ls -t ./target/debug/"$t"-* | head -n1)
+ $(find ./target/debug -executable -wholename "./target/debug/$t-*" | head -n1)
52
done
53
54
if [ -n "$coveralls_id" ]; then
0 commit comments