Skip to content

Update doco to automatically generate coverage #8

@pappes

Description

@pappes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions