• amirh's avatar
    Don't use flutter_test in animated_icons_private_test. (#13917) · 9ed652d0
    amirh authored
    This broke the coverage tool, as material/animated_icons/animated_icons.dart
    was loaded twice as a part, once directly animated_icons_private_test, and one
    through animated_icons_private_test->flutter_tester->...->material
    
    The coverage package assumes a 1:1 mapping between VM scripts and URIs due to a
    limitation in the underlying vm_service_client package, which currently doesn't
    provide a unique identifier for VM scripts.
    
    The underlying issue is tracked by dart-lang/coverage#194.
    9ed652d0
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...