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

https://github.com/cypress-io/code-coverage/blob/8f6154a48ef9256e4d3b57a2387d59c046aba12e/task.js#L103-L108 Currently, this will only allow us to lookup the `.nycrc` from the working directory. However, in the event you are using this from something that is not in the...

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

We use Laravel Mix (Basically a wrapper around webpack) + TypeScript and use Cypress to test our code. However, we are struggling to set up code coverage for this combo....

help wanted

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

Noticed in https://github.com/bahmutov/cy-rollup/pull/78 that tree-shaking using Rollup removes all code if we use the import ```js // cypress/support/index.js // note about Rollup tree shaking: // if we use an import...

It would be great to support also .svelte files.

From https://github.com/bahmutov/instrument-example#instrument-example-- (YouTube playlist https://www.youtube.com/playlist?list=PLP9o9QNnQuAYYRpJzDNWpeuOVTwxmIxcI)

In https://github.com/bahmutov/integration-tests seeing warnings

my code is as follows ```js module.exports = (on, config) => { on('file:preprocessor', cucumber()); on('task', require('@cypress/code-coverage/task')); config.env.API_ENVENV = process.env.API_ENVENV; return config; }; ``` But got the following error ![ii](https://user-images.githubusercontent.com/57492108/75303007-72976400-587a-11ea-82f1-54e622a1b9e8.jpg)