From a89747a0ed50bd821b59c3031f5d68b04e391bd4 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Wed, 18 Dec 2024 10:15:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fml=209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/workflows/test-createx.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test-createx.yml b/.github/workflows/test-createx.yml index ba26bf3..8e90595 100644 --- a/.github/workflows/test-createx.yml +++ b/.github/workflows/test-createx.yml @@ -150,10 +150,7 @@ jobs: - name: Run coverage shell: bash - run: | - echo "```" >> "$GITHUB_STEP_SUMMARY" - NO_COLOR=1 forge coverage --report summary --report lcov --lcov-version 2.2 >> "$GITHUB_STEP_SUMMARY" - echo "```" >> "$GITHUB_STEP_SUMMARY" + run: NO_COLOR=1 forge coverage --report summary --report lcov --lcov-version 2.2 | sed 's/[╭╯|+]/-/g' >> $GITHUB_STEP_SUMMARY env: FOUNDRY_PROFILE: default