feat(coverage
): add --json
compatibility to forge coverage --report summary
#4071
Labels
Milestone
coverage
): add --json
compatibility to forge coverage --report summary
#4071
Component
Forge
Describe the feature you would like
Coverage Snapshot
i.e.
gas-snapshot
but forcoverage
.Snapshot
This script records line and function coverage in the format:
Coverage Script
This does not follow the
gas snapshot
format which tbh I dislike as it is difficult to regex against.Additional context
Note: I flatten the contract to run coverage reporting against, ergo this script works for that context.
The text was updated successfully, but these errors were encountered: