golang-cover-parse

2.0.0 • Public • Published

golang-cover-parse

Parse Go cover results file to JavaScript Object

The output is based on, and intended to be compatible with, https://github.com/davglass/lcov-parse

Also see:

Use

var gocov = require( "golang-cover-parse" );
 
// parse by file path
gocov.parseFile( "filepath.out", function( err, result ) { ... } );
 
// or parse file contents
gocov.parseContent( "...",
    function( err, result ) { ... } );

Readme

Keywords

none

Package Sidebar

Install

npm i golang-cover-parse

Weekly Downloads

5,853

Version

2.0.0

License

MIT

Unpacked Size

13.5 kB

Total Files

9

Last publish

Collaborators

  • jrit
  • vokal