Unverified Commit 2fa8baad authored by Martin Kustermann's avatar Martin Kustermann Committed by GitHub

Run test coverage in dart2 again (#15932)

parent 980d55a5
...@@ -226,7 +226,7 @@ Future<Null> _runCoverage() async { ...@@ -226,7 +226,7 @@ Future<Null> _runCoverage() async {
} }
coverageFile.deleteSync(); coverageFile.deleteSync();
await _runFlutterTest(path.join(flutterRoot, 'packages', 'flutter'), await _runFlutterTest(path.join(flutterRoot, 'packages', 'flutter'),
options: const <String>['--coverage', '--no-preview-dart-2'], options: const <String>['--coverage'],
); );
if (!coverageFile.existsSync()) { if (!coverageFile.existsSync()) {
print('${red}Coverage file not found.$reset'); print('${red}Coverage file not found.$reset');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment