jacoco-parse
Parse jacoco results file and return JSON
The output is based on, and intended to be compatible with, https://github.com/davglass/lcov-parse as well as https://github.com/vokal/cobertura-parse
Use
var jacoco = ; // parse by file pathjacoco; // or parse file contentsjacoco;