Skip to content

Commit

Permalink
feat: use github-actions-report-lcov latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Apr 9, 2024
1 parent a955830 commit 4e5d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: hrishikesh-kadam/setup-lcov@v1

- name: Report code coverage and check threshold
uses: zgosalvez/github-actions-report-lcov@v3
uses: zgosalvez/github-actions-report-lcov@v4.1.3
with:
coverage-files: 'foundry/lcov.info'
minimum-coverage: 100
Expand Down

0 comments on commit 4e5d172

Please sign in to comment.