covjson-reader
A library that reads CoverageJSON documents and exposes them as Coverage data objects.
Usage
A browser version of this library is hosted on both jsDelivr and cdnjs, where the latter also hosts the unminified version together with source maps.
Usage is simple:
The library makes use of the following ES2015 features:
Promise
, Symbol
, Map
, and Array.from
.
Depending on which browsers you need to support it may be necessary to include
polyfills before loading this library.
NPM
This library can be used with browserify and similar tools by importing it via npm.
ES2015 syntax:
CovJSON
Acknowledgments
This library is developed within the MELODIES project.