Skip to content

Commit 0c9293a

Browse files
author
Mingshen Sun
committed
CI: polish and simplify run-cov script
1 parent 2a54f58 commit 0c9293a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-cov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ${LCOV} ${LCOVOPT} --capture --directory . --base-directory . -o tests.info
3131

3232
# combining and filtering
3333
${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
34+
${LCOV} ${LCOVOPT} --extract coverage.info `find "$(cd src; pwd)" "$(cd libmesabox; pwd)" -name "*.rs"` -o final.info
3535

3636
# generate report if not in CI
3737
if [[ "$CI" != true ]]; then

0 commit comments

Comments
 (0)