You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to run tests with coverage is to add --coverage to the command line when executing. While this works, it does not play nice with other tools that may be in control of the flutter test command, like VS Code extensions.
It would be nice to be able to configure coverage values in dart_test.yaml or otherwise be able to provide --coverage and other default arguments to every run of the test command.
kuhnroyal, jrehwaldt, rafaelissaomiyagawa, KleversonNascimento, lucaspal and 5 more