Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

File metadata and controls

11 lines (8 loc) · 328 Bytes

lcov_format

An experiment to parse and render coverage information in pure dart.

flutter test --coverage your_test_folder
lcov_format -l path\to\your\coverage\lcov.info -f html -o out

screenshot screenshot