Skip to content

Commit 9b26e90

Browse files
committed
Use -e install to utilize relative paths
1 parent 0a9c55f commit 9b26e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/jobs/coverage_diff/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
GH_TOKEN: ${{ github.token }}
3232
run: |
3333
pip install pycobertura --quiet
34-
DIFF_OUTPUT=$(pycobertura diff /tmp/base-coverage.xml coverage.xml --no-source --format markdown || true)
34+
DIFF_OUTPUT=$(pycobertura diff /tmp/base-coverage.xml coverage.xml --no-source --format markdown 2>/dev/null | sed 's/\x1b\[[0-9;]*m//g' || true)
3535
COMMENT_BODY=$(cat <<EOF
3636
## 📊 Coverage Diff
3737
${DIFF_OUTPUT}

0 commit comments

Comments
 (0)