commit | f1b8fccabf1791c08d5b993cfec443975274574c | [log] [tgz] |
---|---|---|
author | Chris Bracken <chris@bracken.jp> | Fri Feb 28 16:15:36 2014 -0800 |
committer | Chris Bracken <chris@bracken.jp> | Fri Feb 28 16:15:36 2014 -0800 |
tree | 877f4d509eb8d9af457bb377338bed4741bfa9c5 | |
parent | 8040b6e96937c518aef68b487f6409af80a9e840 [diff] |
collect_coverage: output same JSON format as VM.
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.