6 lines
105 B
Bash
6 lines
105 B
Bash
|
cd ..
|
||
|
|
||
|
flutter test --coverage
|
||
|
genhtml coverage/lcov.info -o coverage/html
|
||
|
open coverage/html/index.html
|