lcov 6.0.0
lcov: ^6.0.0 copied to clipboard
Parse and format to LCOV your code coverage reports. The best way to share your code coverage stats.
Changelog #
6.0.0 #
- Breaking change: removed the
.fromJson()factories. - Raised the Dart SDK constraint.
- Removed most
finalmodifiers from data fields. - Replaced the build system based on Grinder by PowerShell scripts.
5.7.0 #
- Updated the documentation.
- Updated the package dependencies.
5.1.0 #
- Updated the package dependencies.
- Updated the URL of the Git repository.
4.5.0 #
- Updated the package dependencies.
4.4.0 #
- Updated the package dependencies.
4.1.0 #
- Added the
LcovExceptionclass. - Raised the Dart SDK constraint.
- Using optional
constandnew. - Updated the package dependencies.
4.0.0 #
- Breaking change: starting to use and support the Dart 2 SDK.
- Added a user guide based on MkDocs.
- Updated the package dependencies.
3.1.0 #
- Updated the package dependencies.
3.0.0 #
- Breaking change: changed the signature of most constructors.
- Breaking change: most properties of data classes are now
final.
2.1.0 #
- Changed licensing for the MIT License.
2.0.1 #
- Fixed a bug: a parsing error occurs when the coverage data does not include a test name.
2.0.0 #
- Breaking change: changed the
Report.parse()static method to thefromCoverageconstructor. - Raised the required Dart version.
- Updated the package dependencies.
1.0.0 #
- First stable release.
0.3.1 #
- Fixed a bug in
Report.parse()method.
0.3.0 #
- Added the
dataparameter to the default constructors of the coverage classes. - Added the
recordsparameter to the default constructor of theReportclass.
0.2.0 #
- Breaking change: changed the signature of most default constructors.
- Empty test names are not included in the report output.
0.1.0 #
- Initial release.