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 9516d94 commit a7c80c5Copy full SHA for a7c80c5
run-kcov
@@ -35,15 +35,14 @@ while true; do
35
done
36
37
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
+ cargo test --manifest-path regex_macros/Cargo.toml --no-run --verbose
40
kcov \
41
--include-pattern '/regex/src/' \
42
"$tmpdir/plugin" \
43
$(ls -t ./regex_macros/target/debug/plugin-* | head -n1)
44
fi
45
46
-cargo test --no-run
+cargo test --no-run --verbose
47
for t in ${tests[@]}; do
48
49
0 commit comments