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
The flutter tool has a bunch of tests. Currently we have no good way to collect coverage to determine what lines in the tool are covered and what lines are not.
Ideally we would be able to run something like pub run test --coverage and get out a single lcov.info file that describes coverage of the tool.
From @Hixie on February 11, 2019 18:0
The
flutter
tool has a bunch of tests. Currently we have no good way to collect coverage to determine what lines in the tool are covered and what lines are not.Ideally we would be able to run something like
pub run test --coverage
and get out a singlelcov.info
file that describes coverage of the tool.Copied from original issue: dart-lang/sdk#35910
The text was updated successfully, but these errors were encountered: