You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -12,6 +12,10 @@ forge-coverage - Displays which parts of your code are covered by tests.
Displays which parts of your code are covered by tests.
> **Warning** ⚠️
>
> The `derive function end line` feature introduced in `lcov` 2.0 version (and enabled by default) is not supported, therefore `lcov` and `genhtml` should be run with `--rc derive_function_end_line=0` option in order to generate coverage report.