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

**Describe the bug** My `.nycrc.json` file has the `check-coverage: true` option (also tried `checkCoverage`), but it seems to be ignored. After debugging the code in `task.js` it seems like there's...

Proof of concept repository: https://github.com/romandecker/next-ts-with-cypress-coverage Steps to reproduce: 1. `npm install` 2. `npm run dev` 3. In another terminal: `DEBUG=code-coverage npm run cypress run` 4. `npm run see-cy-coverage` and verify...

Hi everyone, I'm trying to implement code coverage in my project react CRA + Typescript in e2e and unit tests and what is happening, is that when I run e2e...

bug
typescript
preprocessor: browserify

I have followed this example for my project https://github.com/bahmutov/next-and-cypress-example and i can get the output in the .nyc_output folder while running in local env, but not in the automated build....

I'm following Gleb Bahmutov's instructions for getting combined code coverage reports from cypress and jest (https://github.com/bahmutov/cypress-and-jest), and ran into this issue. Gleb asked me to post the issue here. When...

topic: empty output

I am really frustrated that `backendCodeCoverage` is running https://github.com/cypress-io/code-coverage/blob/master/support.js#L158-L208 and its failing my test with the error ``` CypressError: `cy.request()` failed trying to load: http://localhost:34212/__coverage__ We attempted to make an...

**Logs and screenshots** cy.task('combineCoverage') timed out after waiting 60000ms. getting this error a lot during the execution of test cases on bitbucket but locally when the same test cases are...

PR for https://github.com/cypress-io/code-coverage/issues/473. See https://github.com/cypress-io/code-coverage/issues/473 for details behind the change

This is an updated PR taken from @funkadelic https://github.com/cypress-io/code-coverage/pull/474 updated to try to make the tests pass and make it easier for the plugin team to istruct us on how...