code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
**Logs and screenshots**   **Versions** - What is this plugin's version? If this is NOT...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`4.1.2` -> `5.0.1`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
Dear Cypress Devs, first congratulations to the release of version 10. Looks good :rocket: However, unfortunately the code-coverage plugin is no longer working for us. See error message below **Logs...
**Logs and screenshots** ``` Opening Cypress... objc[12069]: Class WebSwapCGLLayer is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libANGLE-shared.dylib (0x7ffb550fc948) and /Users/bschmidt/Library/Caches/Cypress/9.7.0/Cypress.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libGLESv2.dylib (0x1145b59c8). One of the two will be used. Which one is undefined....
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [istanbul-lib-coverage](https://istanbul.js.org/) ([source](https://togithub.com/istanbuljs/istanbuljs)) | [`3.0.0` -> `3.2.0`](https://renovatebot.com/diffs/npm/istanbul-lib-coverage/3.0.0/3.2.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [js-yaml](https://togithub.com/nodeca/js-yaml) | [`3.14.1` -> `4.1.0`](https://renovatebot.com/diffs/npm/js-yaml/3.14.1/4.1.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [`4.1.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/execa/4.1.0/6.1.0) | [](https://docs.renovatebot.com/merge-confidence/)...
**Logs and screenshots** Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set, see the [Debugging](https://github.com/cypress-io/code-coverage#debugging) section of the README file. **Versions** - What is...
As asked in #52 the user wants to have spec file coverage in the report. Right now we strip this information, leaving code coverage for application source code only (see...
This PR resolved issue #107. Sometimes the code-coverage can be installed not in the root cwd folder (for example in monorepo / microservices setup). With this change it will be...