Skip to content

Commit

Permalink
feat: correct lcov.info loc
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Apr 9, 2024
1 parent 399de62 commit a955830
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 @@ -43,7 +43,7 @@ jobs:
- name: Report code coverage and check threshold
uses: zgosalvez/github-actions-report-lcov@v3
with:
coverage-files: 'lcov.info'
coverage-files: 'foundry/lcov.info'
minimum-coverage: 100
update-comment: false
id: coverage

0 comments on commit a955830

Please sign in to comment.