- 31 Oct, 2022 1 commit
-
-
Jonah Williams authored
-
- 24 Oct, 2022 1 commit
-
-
Liam Appelbe authored
-
- 18 Aug, 2022 1 commit
-
-
jensjoha authored
-
- 13 Jul, 2022 1 commit
-
-
jensjoha authored
Speedup coverage test runs by using (new) coverage handle with caching. On a `flutter test --coverage` run on `packages/flutter` the runtime goes from ~828 seconds to ~617 seconds, or a ~25% reduction in time spent (testing without coverage takes ~236 seconds so the overhead of `--coverage` in this case goes from ~592 seconds to ~381 seconds, or a ~35% reduction).
-
- 29 Jun, 2022 1 commit
-
-
Zachary Anderson authored
-
- 15 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 31 May, 2022 1 commit
-
-
Chris Bracken authored
In https://github.com/flutter/flutter/pull/103771, we rolled dependencies in Flutter, which triggered an update of package:coverage to v1.3.1. The new version includes https://github.com/dart-lang/coverage/pull/370 in which two deprecations landed: * The `Resolver` default constructor was deprecated and replaced with the `Resolver.create` static factory method, which unfortunately happens to be async. * The `packagesPath` parameter to `HitMap.parseJson`, which takes the path to the `.packages` file of the package for which coverage is to be collected, was deprecated. This parameter was replaced with `packagePath` in https://github.com/dart-lang/coverage/pull/370 which was part of the overall deprecation of the .packages file in Dart itself https://github.com/dart-lang/sdk/issues/48272. The overall goal being that end-user code shouldn't need to know about implementation details such as whether dependency information is stored in a .packages file or a package_info.json file, but rather use the package_config package to obtain the package metadata and perform other functions such as resolving its dependencies to filesystem paths. packagesPath was replaced by packagePath, which takes the path to the package directory itself. Internally, package:coverage then uses package_config to do the rest of the package/script URI resolution to filesystem paths. This migrates off the deprecated `packagesPath` parameter to the replacement `packagePath` paramter. Issue: https://github.com/flutter/flutter/issues/103830
-
- 19 May, 2022 1 commit
-
-
Liam Appelbe authored
* Use libraryFilters flag to speed up coverage collection * Allow libraryNames to be null * Unconditionally enable the reportLines flag * Fix analysis errors
-
- 14 May, 2022 1 commit
-
-
Jonah Williams authored
-
- 10 May, 2022 1 commit
-
-
Aman Verma authored
-
- 09 May, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 27 Apr, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Mar, 2022 1 commit
-
-
Sigurd Meldgaard authored
-
- 18 Feb, 2022 1 commit
-
-
Ben Konyi authored
-
- 03 Dec, 2021 1 commit
-
-
Jia Hao authored
-
- 11 Nov, 2021 2 commits
-
-
Core authored
-
Greg Spencer authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Oct, 2021 1 commit
-
-
Pierre-Louis authored
-
- 30 Aug, 2021 1 commit
-
-
Kate Lovett authored
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Jun, 2021 1 commit
-
-
Danny Tuppeny authored
-
- 03 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 May, 2021 1 commit
-
-
nt4f04uNd authored
-
- 28 Apr, 2021 1 commit
-
-
Erick authored
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
Also, refactor internal code to do the same. See https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-double-negatives-in-apis
-
- 02 Apr, 2021 2 commits
-
-
Sam Rawlins authored
-
Jia Hao authored
-
- 01 Apr, 2021 1 commit
-
-
Jia Hao authored
-
- 31 Mar, 2021 2 commits
-
-
Jenn Magder authored
-
Jia Hao authored
-
- 30 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Feb, 2021 2 commits
-
-
Jia Hao authored
-
Daniel Gomez authored
-
- 17 Feb, 2021 1 commit
-
-
Danny Tuppeny authored
-
- 14 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 03 Feb, 2021 1 commit
-
-
Jia Hao authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 26 Jan, 2021 1 commit
-
-
Jia Hao authored
-
- 05 Jan, 2021 1 commit
-
-
nturgut authored
* add web-renderer option to flutter test. run web tests with this option * remove debug lines
-