Skip to content

Commit a7c80c5

Browse files
committed
coveralls
1 parent 9516d94 commit a7c80c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

run-kcov

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ while true; do
3535
done
3636

3737
if [ -n "$with_plugin" ]; then
38-
echo "compiling regex_macros test, this can take a while..."
39-
cargo test --manifest-path regex_macros/Cargo.toml --no-run
38+
cargo test --manifest-path regex_macros/Cargo.toml --no-run --verbose
4039
kcov \
4140
--include-pattern '/regex/src/' \
4241
"$tmpdir/plugin" \
4342
$(ls -t ./regex_macros/target/debug/plugin-* | head -n1)
4443
fi
4544

46-
cargo test --no-run
45+
cargo test --no-run --verbose
4746
for t in ${tests[@]}; do
4847
kcov \
4948
--include-pattern '/regex/src/' \

0 commit comments

Comments
 (0)