lcov 5.0.0 copy "lcov: ^5.0.0" to clipboard
lcov: ^5.0.0 copied to clipboard

discontinued
outdated

Parse and format to LCOV your code coverage reports. The best way to share your code coverage stats.

Changelog #

Version 5.0.0 #

  • Breaking change: raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 4.5.0 #

  • Updated the package dependencies.

Version 4.4.0 #

  • Updated the package dependencies.

Version 4.3.0 #

  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 4.2.0 #

  • Added an example code.
  • Raised the Dart SDK constraint.
  • Updated the package dependencies.

Version 4.1.0 #

  • Added the LcovException class.
  • Raised the Dart SDK constraint.
  • Using optional const and new.
  • Updated the package dependencies.

Version 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.

Version 3.1.0 #

  • Updated the package dependencies.

Version 3.0.0 #

  • Breaking change: changed the signature of most constructors.
  • Breaking change: most properties of data classes are now final.

Version 2.1.0 #

Version 2.0.1 #

  • Fixed a bug: a parsing error occurs when the coverage data does not include a test name.

Version 2.0.0 #

  • Breaking change: changed the Report.parse() static method to the fromCoverage constructor.
  • Breaking change: raised the required Dart version.
  • Updated the package dependencies.

Version 1.0.0 #

  • First stable release.

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 the Report 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.
3
likes
0
pub points
25%
popularity

Publisher

verified publisherbelin.io

Parse and format to LCOV your code coverage reports. The best way to share your code coverage stats.

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

json_annotation

More

Packages that depend on lcov