Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 128 Bytes

COMMANDS.md

File metadata and controls

6 lines (6 loc) · 128 Bytes

Generating Coverage

flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
open coverage/html/index.html