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 3706e9e commit eda9b3bCopy full SHA for eda9b3b
1 file changed
util/build-run-test-coverage-linux.sh
@@ -52,6 +52,7 @@ rm -rf "${REPORT_DIR}" && mkdir -p "${REPORT_DIR}"
52
53
#shellcheck disable=SC2086
54
UTIL_LIST=$("${ME_dir}"/show-utils.sh ${FEATURES_OPTION})
55
+UTIL_LIST=
56
57
export CARGO_INCREMENTAL=0
58
export RUSTFLAGS="-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
@@ -104,7 +105,7 @@ run_test_and_aggregate "uucore" "-p uucore --all-features"
104
105
echo "# Aggregating all the profraw files under ${REPORT_PATH}"
106
grcov \
107
"${PROFDATA_DIR}" \
- --binary-path "${REPO_main_dir}/target/debug/" \
108
+ --binary-path "${REPO_main_dir}/target/debug/coreutils" \
109
--output-types lcov \
110
--output-path ${REPORT_PATH} \
111
--llvm \
0 commit comments