Support for the `--coverage` flag, that will require one of the following coverage optional dependencies: - [x] [**c8**](https://github.com/bcoe/c8) - [x] [**@pokujs/c8**](https://github.com/pokujs/c8) - [x] [**Istanbul**](https://github.com/istanbuljs/istanbuljs) - [x] [**@pokujs/istanbul**](https://github.com/pokujs/istanbul) - [x] [**monocart-coverage-reports**](https://github.com/cenfun/monocart-coverage-reports) - [x] [**@pokujs/monocart**](https://github.com/pokujs/monocart) - [x] [**one-double-zero**](https://gitlab.com/nightlycommit/one-double-zero) - [x] [**@pokujs/one-double-zero**](https://github.com/pokujs/one-double-zero) - [ ] ["Shared" coverage support across **Node.js**, **Deno**, and **Bun**](https://github.com/pokujs/coverage) --- ### Usage Ideas - If the user doesn't use a configuration, **Poku** should use a default configuration for each one.
Support for the
--coverageflag, that will require one of the following coverage optional dependencies:Usage Ideas