code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
**Is your feature request related to a problem? Please describe.** I was following the [Cypress Full Stack Code Coverage guide](https://docs.cypress.io/guides/tooling/code-coverage.html#Full-stack-code-coverage) and wanted to instrument my express back end by doing...
**Code-coverge debug logs:** ` code-coverage combined NYC options { 'report-dir': './coverage', reporter: [ 'lcov', 'clover', 'json', 'json-summary' ], extension: [ '.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx' ], excludeAfterRemap: false }...
In an effort to better maintain and enhance this official plugin, we will be moving it into the [main Cypress repo](https://github.com/cypress-io/cypress) sometime in the next few weeks. During that time,...
Just a quick typo fix ("by" -> "be") in the error message thrown when the nyc `exclude` option value is not an array.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack-cli](https://togithub.com/webpack/webpack-cli/tree/master/packages/webpack-cli) ([source](https://togithub.com/webpack/webpack-cli)) | [`^3.3.12` -> `4.10.0`](https://renovatebot.com/diffs/npm/webpack-cli/3.3.12/4.10.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`17.4.7` -> `19.0.5`](https://renovatebot.com/diffs/npm/semantic-release/17.4.7/19.0.5) | [](https://docs.renovatebot.com/merge-confidence/)...
Resolves this warning when installing `@cypress/code-coverage` by accurately marking these as peer dependencies (vended from other sources instead of this package's own dependencies): ``` ➤ YN0002: │ @cypress/code-coverage@npm:3.10.0 [6241e] doesn't...
SWC (https://github.com/swc-project/swc) is a more performant babel replacement that's being shipped with some frameworks like Next.js This library only appears to work strictly with babel and I was not yet...
**Debug Logs** ``` code-coverage combined NYC options { 'report-dir': './coverage', reporter: [ 'lcov', 'clover', 'json', 'json-summary' ], extension: [ '.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx' ], excludeAfterRemap: false } +0ms...
**Logs and screenshots** `DEBUG=code-coverage yarn cypress:run` ``` App test suite code-coverage parsed sent coverage +0ms code-coverage wrote coverage file /Volumes/Projects/work/example/.nyc_output/out.json +9ms code-coverage NYC file /Volumes/Projects/work/example/.nyc_output/out.json has 4 key(s) +4s code-coverage...