- 25 Jun, 2016 4 commits
-
-
Adam Barth authored
-
Adam Barth authored
Previously this widget was completely untested.
-
Hans Muller authored
-
Chinmay Garde authored
-
- 24 Jun, 2016 8 commits
-
-
Adam Barth authored
The one line we don't test is the private constructor for the Curves class, which exists to ensure that no one constructs the Curves class.
-
Adam Barth authored
This patch improves some subtle behaviors about the change notifier.
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Devon Carew authored
* send the reload source command for ios simulators * review changes * rewrite w/ a completer
-
Devon Carew authored
-
Adam Barth authored
`flutter test` now has a `--merge-coverage` flag that can be used to merge coverage data from previous runs, enabling faster iteration cycles.
-
Devon Carew authored
-
- 23 Jun, 2016 17 commits
-
-
Adam Barth authored
We now download the base coverage file automatically.
-
Adam Barth authored
Stop spamming the console about drudge by pinning an earlier version of json_scheme that doesn't spam.
-
Adam Barth authored
Using relative paths makes it easier to share lcov.info files across machines.
-
Hans Muller authored
-
Adam Barth authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Adam Barth authored
We now have 100% coverage of animation.dart and animation_controller.dart. Also, add some basic tools for working with lcov files. These tools need much more polish.
-
Adam Barth authored
-
Adam Barth authored
-
Hans Muller authored
-
Ian Hickson authored
-
Adam Barth authored
Uploading the coverage data file to Google Storage will make it easier for folks to get current coverage data quickly.
-
Phil Quitslund authored
Update to latest analyzer (0.27.4-alpha.14) and misc. analysis fixes.
-
pq authored
-
Adam Barth authored
It's not reliable enough yet.
-
Adam Barth authored
Also, fix the bug where apps would assert when you change the time dilation. Use that mechanism to fix the animation controller tests.
-
- 22 Jun, 2016 11 commits
-
-
Todd Volkert authored
#4672
-
pq authored
-
pq authored
-
Hans Muller authored
-
Adam Barth authored
-
Adam Barth authored
This patch causes us to upload a coverage report to coveralls.io.
-
pq authored
* brings in analyzer version (`0.27.4-alpha.14`) corresponding to current Dart SDK (`1.18.0-dev.2.0`). * updates analysis to use prefered API for embedder URI resolution * adds trampolines to `State` and `StatelessWidget` to allow for warning-free within-library @protected access (needed since we closed off access to @protected closures from outside subclasses). * turns off cache dependency tracking for analysis (in DDC this amounted to a 10% speed improvement).
-
Todd Volkert authored
-
Adam Barth authored
We need https://github.com/dart-lang/coverage/issues/100 to be fixed before this will be useful. Fixes #2342
-
Phil Quitslund authored
Bump Dart SDK to `1.18.0-dev.2.0`.
-
Todd Volkert authored
-