aave-dao/foundry-lcov
Generates a html gas report diffing two json gas-report files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 2, 2026
- License
- None
Pinned Snippet
uses: aave-dao/action-foundry-lcov@de57a0147a763de166553b354dde9cf8b3b51290 # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ROOT_REPORT_PATH | The path to the lcov.info to diff against. If empty it will not diff, but just pretty print the report. | no | — |
| REPORT_PATH | The path to the lcov.info. | yes | — |
| COVERAGE_COMMAND | The command to run to generate the coverage report. | no | forge coverage --fuzz-runs 1 --report lcov --no-match-coverage "(test|script|.t.sol|.s.sol|deployment|mock)" |
Outputs
| name | description |
|---|---|
| report | The md lcov report |