Run test coverage in dart2 again (#15932)

This commit is contained in:
Martin Kustermann
2018-04-05 10:25:04 +02:00
committed by GitHub
parent 980d55a53c
commit 2fa8baada6

View File

@@ -226,7 +226,7 @@ Future<Null> _runCoverage() async {
}
coverageFile.deleteSync();
await _runFlutterTest(path.join(flutterRoot, 'packages', 'flutter'),
options: const <String>['--coverage', '--no-preview-dart-2'],
options: const <String>['--coverage'],
);
if (!coverageFile.existsSync()) {
print('${red}Coverage file not found.$reset');