- Updated dependency on coverage package to ^0.14.1 (#24)
- Badge generation now honours the corresponding command line argument (#27)
- Fix support for --[no-]badge. (#21)
- Minimal coverage percentage & test output to console
- Fixed test generator for windows platform (#11)
- Upgraded to coverage 0.13.0 (#8)
- Refactor code for Dart 2.0 features.
- Added
--exclude
,--port
,--help
and--[no-]badge
options. Seepub run test_coverage -h
for more details. - Coverage badge moved from
coverage/badge.svg
tocoverage_badge.svg
(in the package root) which makes it easier to managecoverage/
in.gitignore
, allows you to commit the badge to your repo and include it in theREADME.md
.
- Upgraded dependencies.
- Bumped SDK constraint to
2.3.0
.
- Prepare for Dart 2 stable.
- Renamed
coverage/coverage.lcov
tocoverage/lcov.info
.
- Generate coverage badge in
coverage/badge.svg
.
- Moved generated reports to
coverage/
subfolder. - Added tests.
- Updated usage instructions to recommend local
dev_dependencies
andpub run test_coverage
instead of global installation.
- Make paths in lcov file relative to the project root.
- Initial version