Skip to content

Commit

Permalink
refactor: note minimum avg coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Jan 30, 2025
1 parent 0ab6819 commit 4a93831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
FOUNDRY_PROFILE=ci forge coverage --report lcov --no-match-coverage "src/test/*","script/*","*Storage" >> $GITHUB_STEP_SUMMARY
COVERAGE_PCT=$(lcov --summary lcov.info | grep "lines" | cut -d ':' -f 2 | cut -d '%' -f 1 | tr -d '[:space:]')
echo "Minimum Coverage: 90%"
echo "Coverage: $COVERAGE_PCT%"
echo "Coverage: $COVERAGE_PCT%" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 4a93831

Please sign in to comment.