File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
.github/actions/cargo-llvm-cov Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,11 @@ runs:
38
38
if which cygpath; then
39
39
pwd="$(cygpath -w "$(pwd)")"
40
40
fi
41
- # No pwd needed here, we're in the root
42
41
export LLVM_PROFILE_FILE="${pwd}/target/cross-%m.profraw"
43
42
export CARGO_LLVM_COV_TARGET_DIR="${pwd}/target"
44
43
mkdir coverage
45
44
echo $(ls target)
46
- cargo llvm-cov --no-run --remap-path-prefix --lcov --output-path "coverage/lcov.${name}.info" -vv || ( echo "::error title=Coverage merge failed::" && exit 0 )
45
+ cargo llvm-cov report --remap-path-prefix --lcov --output-path "coverage/lcov.${name}.info" -vv || ( echo "::error title=Coverage merge failed::" && exit 0 )
47
46
rm target/*.profraw
48
47
npm install @actions/artifact
49
48
npm install glob
You can’t perform that action at this time.
0 commit comments