Skip to content

Commit

Permalink
feat: coverage report in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Apr 9, 2024
1 parent dbd39c0 commit ff4f2f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
run: |
forge test -vvv
id: test
- name: Generate coverage report
run: |
forge coverage --report summary
id: coverage

0 comments on commit ff4f2f5

Please sign in to comment.