lcov 0.4.0 lcov: ^0.4.0 copied to clipboard
Parse and format LCOV coverage reports.
Changelog #
This file contains highlights of what changes on each version of the LCOV Reports for Dart project.
Version 0.4.0 #
- Breaking change: raised the required Dart version.
- Updated the package dependencies.
Version 0.3.1 #
- Fixed a bug in
Report.parse()
method.
Version 0.3.0 #
- Added the
data
parameter to the default constructors of the coverage classes. - Added the
records
parameter to the default constructor of theReport
class.
Version 0.2.0 #
- Breaking change: changed the signature of most default constructors.
- Empty test names are not included in the report output.
Version 0.1.0 #
- Initial release.