test_coverage 0.2.3 test_coverage: ^0.2.3 copied to clipboard
Command line utility to run tests in Dart VM and collect coverage data.
0.2.3 #
- Prepare for Dart 2 stable.
0.2.2 #
- Renamed
coverage/coverage.lcov
tocoverage/lcov.info
.
0.2.1 #
- Generate coverage badge in
coverage/badge.svg
.
0.2.0 #
- Moved generated reports to
coverage/
subfolder. - Added tests.
- Updated usage instructions to recommend local
dev_dependencies
andpub run test_coverage
instead of global installation.
0.1.1 #
- Make paths in lcov file relative to the project root.
0.1.0 #
- Initial version