flutter/packages/flutter_tools/lib
Pasindu De Silva df02518dc9
Add the ability to ignore lines depending on comments (#58656)
https://github.com/dart-lang/coverage - 0.14.0 added the ability to be able to ignore coverage depending on comments.

// coverage:ignore-line to ignore one line.
// coverage:ignore-start and // coverage:ignore-end to ignore range of lines inclusive.
// coverage:ignore-file to ignore the whole file.
2020-06-18 10:34:42 -07:00
..
src Add the ability to ignore lines depending on comments (#58656) 2020-06-18 10:34:42 -07:00
executable.dart [flutter_tools] remove globals from compilers (#59184) 2020-06-18 10:33:17 -07:00
runner.dart [flutter tools] Don't return success if we trigger runZoned's error callback (#58474) 2020-06-15 09:35:04 -07:00