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 2a54f58 commit 0c9293aCopy full SHA for 0c9293a
ci/run-cov
@@ -31,7 +31,7 @@ ${LCOV} ${LCOVOPT} --capture --directory . --base-directory . -o tests.info
31
32
# combining and filtering
33
${LCOV} ${LCOVOPT} --add libmesabox.info --add tests.info -o coverage.info
34
-${LCOV} ${LCOVOPT} --extract coverage.info `find "$(cd src; pwd)" -name "*.rs"` `find "$(cd libmesabox; pwd)" -name "*.rs"` -o final.info
+${LCOV} ${LCOVOPT} --extract coverage.info `find "$(cd src; pwd)" "$(cd libmesabox; pwd)" -name "*.rs"` -o final.info
35
36
# generate report if not in CI
37
if [[ "$CI" != true ]]; then
0 commit comments