Consistent formatting.
4 files changed
tree: 43e6927ad8e0b355582464e0335d17ef2397e79c
  1. bin/
  2. lib/
  3. .gitignore
  4. AUTHORS
  5. LICENSE
  6. PATENTS
  7. pubspec.yaml
  8. README.md
README.md

Coverage

Coverage provides coverage data collection, manipulation, and formatting for Dart.

Tools

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.