coverage 0.1.1 copy "coverage: ^0.1.1" to clipboard
coverage: ^0.1.1 copied to clipboard

outdatedDart 1 only

Coverage data manipulation and formatting

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.

100
likes
0
pub points
100%
popularity

Publisher

verified publishertools.dart.cn

Coverage data manipulation and formatting

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http, path

More

Packages that depend on coverage