Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 42f42dc

Browse files
committed
Fix "SF:" records in lcov file (again)
1 parent 86a4412 commit 42f42dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ cargo llvm-cov --no-run --doctests "${OUTPUT_ARGS[@]}"
7474
# Print summary including doc tests:
7575
cargo llvm-cov --no-run --doctests
7676

77+
sed -i "s@$GITHUB_WORKSPACE/@@" "$OUTPUT_PATH"
78+
7779
if [ -n "$OUTPUT_PATH" ]; then
7880
echo "::set-output name=report::$OUTPUT_PATH"
7981
fi

0 commit comments

Comments
 (0)