@pokujs/c8 ☔️ Facilitator utility for coverage with c8 using Poku. Important WIP 🚧 wellwelwel/poku#996 Installation npm i -D poku @pokujs/c8 Usage — NPX npx poku --coverage=c8 — package.json { "scripts": { "test": "poku --coverage=c8" } } npm test