mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
removed generated code from coverage
This commit is contained in:
parent
d09b533a2d
commit
667cfe2b03
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
flutter test --coverage
|
||||
genhtml coverage/lcov.info -o coverage/html
|
||||
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
|
Loading…
Reference in a new issue