forge coverage
branches visualization in the LCOV report
#2758
Labels
forge coverage
branches visualization in the LCOV report
#2758
Component
Forge
Describe the feature you would like
When I run
forge coverage --report lcov
and the display the static files generated from that usinggenhtml -o report lcov.info
, I only get visualizations for Lines and Functions:Visualizations for branches would be really useful since I want to be able to cover all execution paths.
(Also I think branches is the only metric that is accurate... but I will open another issue for that)/
Additional context
No response
The text was updated successfully, but these errors were encountered: