diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 942e420a4f..093b6fc468 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -56,8 +56,10 @@ Future main() async { ); List coverageFlags = []; - if (Platform.environment['TRAVIS'] != null && Platform.environment['TRAVIS_PULL_REQUEST'] == 'false') + if (Platform.environment['TRAVIS'] != null && Platform.environment['TRAVIS_PULL_REQUEST'] == 'false') { coverageFlags.add('--coverage'); + coverageFlags.add('-v'); + } // Run tests. await _runFlutterTest(p.join(flutterRoot, 'packages', 'flutter'),