monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation
Having problems? want to contribute? join our community slack.
Everyone’s favorite JS code coverage tool.
This monorepo contains the nuts and bolts utility libraries that facilitate IstanbulJS test coverage; Why a monorepo?
istanbul-lib-coverage
istanbul-lib-instrument
.You’re probably actually looking for one of the following repos:
Contributing to the packages contained in this repo is easy:
npm install
(this will run the lerna build).npm test
in the root directory.cd package/:name
and runnpm test
within the package’s folder.