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

Commit bed5dfa

Browse files
committed
Print whole lcov file when debugging action
1 parent 42f42dc commit bed5dfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entrypoint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ sed -i "s@$GITHUB_WORKSPACE/@@" "$OUTPUT_PATH"
7979
if [ -n "$OUTPUT_PATH" ]; then
8080
echo "::set-output name=report::$OUTPUT_PATH"
8181
fi
82+
83+
if [ -n "$RUNNER_DEBUG" ]; then
84+
cat "$OUTPUT_PATH"
85+
fi

0 commit comments

Comments
 (0)