code-coverage icon indicating copy to clipboard operation
code-coverage copied to clipboard

Saves the code coverage collected during Cypress tests

Results 174 code-coverage issues
Sort by recently updated
recently updated
newest added

**Logs and screenshots** ![Screen Shot 2020-07-21 at 4 22 37 PM](https://user-images.githubusercontent.com/711365/88108464-7bad0880-cb6e-11ea-88bc-250373709c57.png) ![Screen Shot 2020-07-21 at 4 22 53 PM](https://user-images.githubusercontent.com/711365/88108466-7cde3580-cb6e-11ea-9c10-40f665bba074.png) **Versions** - What is this plugin's version? If this is NOT...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/chalk/5.0.1/age-slim)](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....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/js-yaml/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/execa/6.1.0/age-slim)](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...

type: enhancement

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...

type: feature