Skip to content

Commit

Permalink
fix: remove-quote (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-uniswap authored Oct 7, 2024
1 parent 1141642 commit 9293e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
{
echo 'COVERAGE<<EOF'
forge coverage --ir-minimum | grep '^|' | grep -v 'test/'
forge coverage --ir-minimum | grep '^|' | grep -v 'test/' | tr -d \`
echo EOF
} >> "$GITHUB_OUTPUT"
env:
Expand Down

0 comments on commit 9293e5a

Please sign in to comment.