monocart-coverage-reports icon indicating copy to clipboard operation
monocart-coverage-reports copied to clipboard

A code coverage tool to generate native V8 reports or Istanbul reports.

Results 5 monocart-coverage-reports issues
Sort by recently updated
recently updated
newest added

main.ts ```Typescript import path from 'path'; import { app, BrowserWindow, shell, ipcMain } from 'electron'; import { autoUpdater } from 'electron-updater'; import log from 'electron-log'; import MCR, { CoverageReportOptions }...

**Describe the bug** In our codebase, some Vue files have uncovered "branch" in some cases. I noticed that it always falls to the end of `` block (whatever line it...

- multiple inline sourcemaps (not comments in file end) - multiple eval sourcemaps link - https://github.com/evanw/node-source-map-support - https://github.com/lydell/source-map-resolve

**Describe the bug** It seems that using raw imports with `vitest-monocart-coverage` with `monocart-coverage-reports` fails. I'm not sure if this is a bug in the `vitest-monocart-coverage` plugin or `monocart-coverage-reports`, but I...

Hi Thanks for this library. Since they readme file contains a lot of documentation, I think it might be better to have a dedicated documentation. VitePress is very populate and...