From 80ab78f661faab9332094dc230aae595262e1f01 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Wed, 18 Dec 2024 10:04:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fml=207?= 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, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-createx.yml b/.github/workflows/test-createx.yml index d5da19a..5c70adf 100644 --- a/.github/workflows/test-createx.yml +++ b/.github/workflows/test-createx.yml @@ -149,7 +149,10 @@ jobs: ref: v2.2 - name: Run coverage - run: NO_COLOR=1 forge coverage --report summary --report lcov --lcov-version 2.2 >> $GITHUB_STEP_SUMMARY + 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 env: FOUNDRY_PROFILE: default