1. 54e2b4d Support passing extra arguments to test via test_with_coverage by Kevin Moore · 2 years, 9 months ago
  2. aaae147 cleanup: bin/test_with_coverage.dart by Kevin Moore · 2 years, 9 months ago
  3. 4df2e05 DRY up logic for handling serviceUri by Kevin Moore · 2 years, 9 months ago
  4. 6fe9402 Enable and fix mac and windows CI (#387) by Liam Appelbe · 2 years, 10 months ago
  5. f5fac76 Fix running test_with_coverage non-directly (#381) by jellynoone · 2 years, 10 months ago
  6. dbf2af2 Add test_with_coverage.dart (#375) by Liam Appelbe · 2 years, 11 months ago
  7. 19bd6d4 Deprecate --packages flag and add --package (#370) by Liam Appelbe · 3 years ago
  8. 84f5ef3 Branch coverage (#361) by Liam Appelbe · 3 years, 1 month ago
  9. 228a2fb Change function coverage to be backwards compatible (#356) by Liam Appelbe · 3 years, 3 months ago
  10. 7e256e0 Move to pkg:lints (#354) by Kevin Moore · 3 years, 5 months ago
  11. dd1a085 Put function coverage behind a flah by Liam Appelbe · 3 years, 9 months ago
  12. c418167 Merge branch 'master' of github.com:dart-lang/coverage by Liam Appelbe · 3 years, 9 months ago
  13. d8286d4 WIP: Mostly done with function coverage, but need to update tests. by Liam Appelbe · 3 years, 11 months ago
  14. d0946c2 Pass packages argument to format_coverage (#336) by Gary Roumanis · 4 years ago
  15. 85141b7 migrate to null safety (#332) by Jacob MacDonald · 4 years, 1 month ago
  16. 1f49f47 Remove packageRoot (#324) by Lukas Lihotzki · 4 years, 2 months ago
  17. 3dd5504 Remove unused dart:async import (#312) by Michael R Fairhurst · 4 years, 6 months ago
  18. 7e18328 Revert the 0.13.11 revert and properly model it as a breaking change (#305) by Gary Roumanis · 4 years, 10 months ago
  19. 49219fc Revert breaking change in 13.10 (#304) by Gary Roumanis · 4 years, 10 months ago
  20. 5142786 Add the ability to ignore lines from coverage depending on the comment (#302) by Pasindu De Silva · 4 years, 10 months ago
  21. 2f98d67 add ignores for deprecations in the same package by Jacob MacDonald · 5 years ago
  22. ec27508 Consider all json for format (#290) by Gary Roumanis · 5 years ago
  23. 9aa6116 Enable standard pedantic lints (#287) by Kevin Moore · 5 years ago
  24. 25925f8 better help by Gary Roumanis · 6 years ago
  25. 0494413 Support scoped output by Gary Roumanis · 6 years ago
  26. 67b8249 Skip dart: sources by default (#257) by Chris Bracken · 6 years ago
  27. 3453196 Declare locals final where possible (#255) by Chris Bracken · 6 years ago
  28. 6c6f48b Remove optional 'new' keyword (#253) by Chris Bracken · 6 years ago
  29. 773748e Fix format_coverage type error by Janice Collins · 6 years ago
  30. 91ea1b1 Move constructor definitions to top of classes (#234) by Chris Bracken · 6 years ago
  31. 4160915 Replace uses of forEach with for-in loops (#232) by Chris Bracken · 6 years ago
  32. ca241a7 Minor type, formatting fixes for 2.0.0-dev.64.1 (#224) by Chris Bracken · 7 years ago
  33. 37e551b Version 0.11.0: Migrate to Dart 2 (#217) by Chris Bracken · 7 years ago
  34. 6b8796d Add licence headers where missing (#207) by Chris Bracken · 7 years ago
  35. d5ace42 Apply dartfmt - no behavioural changes (#192) by Chris Bracken · 7 years ago
  36. 8fcfbb2 fix analysis issues; update sdk dep by Devon Carew · 8 years ago
  37. ad4c591 Enable lint: type_annotate_public_apis (#181) by Chris Bracken · 8 years ago
  38. fbbfe2f Enable lint: avoid_as (#178) by Chris Bracken · 8 years ago
  39. cd3fd94 Add type annoations to vars where required for inference (#170) by Chris Bracken · 8 years ago
  40. 18dcaa0 Add parameter type annotations where previously undeclared (#168) by Chris Bracken · 8 years ago
  41. 23ce9ce Add return types where previously undeclared (#167) by Chris Bracken · 8 years ago
  42. 6439cc1 Strong mode fixes. by Jacob Richman · 8 years ago
  43. 52d899e Add back support for --host and --port options (#159) by Chris Bracken · 8 years ago
  44. b001948 Support VM service URIs with auth tokens (#155) by Chris Bracken · 8 years ago
  45. a0e3cf2 Fix strong mode errors/warnings as of SDK 1.20.1 (#138) by Chris Bracken · 8 years ago
  46. da769ca Reformat with latest dartfmt (#132) by Chris Bracken · 9 years ago
  47. 20d362c Extract format reportOn and basePath parameters to constructor (#130) by Chris Bracken · 9 years ago
  48. 1fbeb2c Use a named import for package:path. (#128) by Chris Bracken · 9 years ago
  49. 8de290b `format_coverage`: add `--base-directory` option. (#127) by Chris Bracken · 9 years ago
  50. 402b821 Support --packages option to format_coverage. by Chris Bracken · 9 years ago
  51. f9aa05c Simplified error message for bad --package-root. by Chris Bracken · 9 years ago
  52. fa27a7a Support Bazel-style URI resolution in `format_coverage`. by Chris Bracken · 9 years ago
  53. 950a0f3 Emit error messages to stderr. by Chris Bracken · 9 years ago
  54. 6308885 Bugfix: if --report-on is not specified, report on all. by Chris Bracken · 9 years ago
  55. e9295eb dartfmt by Kevin Moore · 9 years ago
  56. 4de61de flag as dev build, dartfmt by Kevin Moore · 10 years ago
  57. 783978b Add report-on option to restrict coverage breadth. by ekweible · 10 years ago
  58. 3832ebd refactor a lot of logic in collect_coverage into a library by Kevin Moore · 10 years ago
  59. aed0288 No longer emit SDK coverage unless explicitly requested via --sdk-root. by Chris Bracken · 10 years ago
  60. 45253e5 Request coverage in serial – no upside to hitting the service API so hard by Kevin Moore · 10 years ago
  61. 0d8d903 Print much better async stack traces when collect_coverage fails by Kevin Moore · 10 years ago
  62. f6fbe4a Minor style cleanup in string interpolation. by Chris Bracken · 10 years ago
  63. 3e401ad Migrate --verbose timing to use Stopwatch. by Chris Bracken · 10 years ago
  64. dea605d Rename onTimeout() to exitOnTimeout(). by Chris Bracken · 10 years ago
  65. 8865f38 Migrate collect_coverage to async-await. by Chris Bracken · 10 years ago
  66. 1cd2d21 Migrate format_coverage to async-await. by Chris Bracken · 10 years ago
  67. e0302c0 bin/format_coverage: tiny tweak by Kevin Moore · 10 years ago
  68. 6077122 Make sure pretty-print arg is initialized by ekweible · 10 years ago
  69. 84ff7e1 Update args dependency and usage to handle deprecated API. by Kevin Moore · 10 years ago
  70. 96f29cc Make port an int. by Kevin Moore · 10 years ago
  71. c53cdea Use cascades on args parser. by Kevin Moore · 10 years ago
  72. 6560678 Apply dartfmt. by Kevin Moore · 10 years ago
  73. a4dfc21 Support Dart VM >= 1.9.0 websocket observatory protocol. by Chris Bracken · 10 years ago
  74. 939379e Apply latest dart_format. by Chris Bracken · 10 years ago
  75. 56d1bbc Cleanup: reformat code. by Chris Bracken · 10 years ago
  76. d72cc2b 80-col formatting. by Chris Bracken · 11 years ago
  77. d27ac38 Rename connect methods. connect(host, port) now probes to determine whether it has a devtools or vm connection. by Chris Bracken · 11 years ago
  78. ec3e1fc Extract formatters by Chris Bracken · 11 years ago
  79. c40cbc6 Eliminate sdkRoot, pkgRoot from WorkMessage by Chris Bracken · 11 years ago
  80. b287c01 Extract script Loader by Chris Bracken · 11 years ago
  81. e6468b7 Normalize filesystem paths. by Chris Bracken · 11 years ago
  82. bd1b849 Defer source resolution to end. by Chris Bracken · 11 years ago
  83. 08d1712 Extract parseCoverage() to lib by Chris Bracken · 11 years ago
  84. f3d90d5 Streamline timeout code. by Chris Bracken · 11 years ago
  85. c38836c Add --wait-paused flag: wait until all isolates are paused before collecting coverage. by Chris Bracken · 11 years ago
  86. 2ecaf6e Refactored connection retry behaviour. by Chris Bracken · 11 years ago
  87. 4039317 Migrate to SDK 1.3.0-dev.5.2 observatory API by Chris Bracken · 11 years ago
  88. 72a1b8b Create output directory if it does not exist by Chris Bracken · 11 years ago
  89. 64b4557 Create output directory if it does not exist. by Chris Bracken · 11 years ago
  90. 1cf7390 Refactor getCoverage() and unpin() onto IsolateInfo by Chris Bracken · 11 years ago
  91. 9d73f9c Poll for observatory connection until timeout by Chris Bracken · 11 years ago
  92. fba8830 Replace Observatory.getIsolateIds() with .getIsolates() by Chris Bracken · 11 years ago
  93. 19bea5b Cleanup for readability by Chris Bracken · 11 years ago
  94. 5e59040 Support unpinning all isolates by Chris Bracken · 11 years ago
  95. 868d3c3 Support both direct observatory connection and via Chrome dev tools. by Chris Bracken · 11 years ago
  96. 0a5c3bd Default host to 127.0.0.1 to deal with OS X localhost resolution. by Chris Bracken · 11 years ago
  97. b6bf975 format_coverage: Minor cleanup/formatting by Chris Bracken · 11 years ago
  98. f26e340 Correct getAllCoverage() return type. by Chris Bracken · 11 years ago
  99. f1b8fcc collect_coverage: output same JSON format as VM. by Chris Bracken · 11 years ago
  100. 8040b6e Consistent formatting. by Chris Bracken · 11 years ago