• Gary Miguel's avatar
    Remove redundant check for platform.isLinux. (#19441) · a7b59b51
    Gary Miguel authored
    We don't actually care if we're on linux, we care only if the lcov
    tool is available. We check for that explicitly just below.
    Additionally there is code below which indicates that lcov is available
    for macOS. Before this change that code would never execute.
    a7b59b51
Name
Last commit
Last update
..
coverage_collector.dart Loading commit data...
event_printer.dart Loading commit data...
flutter_platform.dart Loading commit data...
runner.dart Loading commit data...
watcher.dart Loading commit data...