[go: up one dir, main page]

simple_lcov

Parse LCOV code coverage reports
https://github.com/AlexHaxe/haxe-simple_lcov

To install, run:

haxelib install simple_lcov 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

simple_lcov library

simple_lcov is a fork from https://github.com/cedx/lcov.hx with some modifcations:

  • no dependencies required when using simple_lcov

usage

switch (Report.parse(File.getContent("lcov.info"))) {
  case Failure(error):
    trace(error.message);
  case Success(report):
    trace('The coverage report contains ${report.sourceFiles.length} source files:');
    // TODO: use `report`
}
Contributors
AlexHaxe
Version
1.0.0
Published
1 year ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub