flutter-coverage icon indicating copy to clipboard operation
flutter-coverage copied to clipboard

Update doco to automatically generate coverage

Open pappes opened this issue 3 years ago • 0 comments

The instructions tell the user to manually run flutter test --coverage

The better solution is for the user to change user settings Shift-Ctrl-P Preferences: Open User Settings (JSON)

and as the last setting add "dart.flutterTestAdditionalArgs": ["--coverage"] this will mean every time the developer runs a test the code coverage gutters will get updated with the latest coverage information

pappes avatar Aug 21 '22 07:08 pappes