01Provide aggregated and per-file coverage statistics (lines, functions, branches percentage).
02List uncovered lines (merged into ranges) and uncovered branches for specific files.
03Annotate full source files line-by-line with coverage status ([COVERED], [NOT COV], [NO DATA]).
04Automatically watch and reload `lcov.info` for real-time coverage updates.
05Resolve LCOV file paths against project root using various heuristics for accurate mapping.
061 GitHub stars