bgd-labs/foundry-lcov
Generates a html gas report diffing two json gas-report files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |