Skip to content

LCOV Reports for JS 8.0.0

Compare
Choose a tag to compare
@cedx cedx released this 03 May 14:45
· 513 commits to main since this release
  • Breaking change: dropped the browser bundle.
  • Breaking change: raised the required Node.js version.
  • Breaking change: removed the LcovError class and replaced it by the SyntaxError one.
  • Breaking change: renamed the Record class to SourceFile.
  • Breaking change: renamed the Report.records property to sourceFiles.
  • Breaking change: renamed the Report.fromCoverage() method to fromString().
  • Breaking change: using optional named arguments for the model constructors.
  • Ported the source code to JavaScript.