Skip to content

Commit

Permalink
👷 fml 9
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 18, 2024
1 parent c0f6fdf commit a89747a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a89747a

Please sign in to comment.