commit | 8040b6e96937c518aef68b487f6409af80a9e840 | [log] [tgz] |
---|---|---|
author | Chris Bracken <chris@bracken.jp> | Thu Feb 27 14:10:12 2014 -0800 |
committer | Chris Bracken <chris@bracken.jp> | Thu Feb 27 14:10:12 2014 -0800 |
tree | 43e6927ad8e0b355582464e0335d17ef2397e79c | |
parent | 651acc3fe8c0b10ac8142726d74085bb32512f00 [diff] |
Consistent formatting.
Coverage provides coverage data collection, manipulation, and formatting for Dart.
format_coverage.dart
formats coverage JSON collected from the Dart VM. It supports LCOV and pretty-print output. Coverage can be obtained from Dart VM using the VM's --coverage-dir=/output/dir
flag, or from Dartium using collect_coverage.dart
from this package.
collect_coverage.dart
collects coverage JSON from Dartium running with the --remote-debugging-port=NNNN
flag.