mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
4 lines
No EOL
191 B
Bash
4 lines
No EOL
191 B
Bash
flutter test --coverage
|
|
lcov --remove coverage/lcov.info 'lib/generated/*' 'lib/l10n/*' -o coverage/new_lcov.info
|
|
genhtml coverage/new_lcov.info -o coverage/html
|
|
open coverage/html/index.html |