This package simulates the [nyc package](https://www.npmjs.com/package/nyc) by linking [c8](https://www.npmjs.com/package/c8) at the position of [nyc](https://www.npmjs.com/package/nyc).
npm install c8-as-nycThis package simulates the nyc package by linking c8 at the position of nyc.
NYC is a great tool, but it works not very well with mocha and code coverage.
But c8 does this job and has the same interface as nyc.
And yes, mocha supports c8, but the great IntelliJ IDEA,
PHPStorm or WebStorm does only support nyc for coverage in the IDE.
This package solves the problem with IntelliJ IDEs 😉