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

Checking strict equality to find known coverage object, so that coverage from two tests for a same page can be merged.

Spent hours to understand why coverage report is misbehaving and paths to files are not resolved correctly in HTML report - until read the code https://github.com/cypress-io/code-coverage/blob/d0130db664b1e3490ac686281ba974d28efd1315/task.js#L22 I had `.nycrc` file...

**Versions** - What is this plugin's version? 3.9.1 - What is Cypress version? 6.1.2 - What is your operating system? MacOs - What is the Node version? 14 - What...

Just to be user-friendly Right now code coverage settings are in the object ```json { "env": { "codeCoverage": { "url": "http://localhost:3000/__coverage__", "expectBackendCoverageOnly": true } } } ``` But if you...

### Context Hi, I have instrumented the code using the following command: ``` npx nyc instrument --compact=false src instrumented ``` and to be practical I have moved the instrumented folder...

Seeing on Windows test job (examples/all-files) some file entries are forward slashes and some are back slashes

os: windows

Trying to use the dependency `debug` but see no messages from it, even as it is enabled

Our system consists of multiple micro-service backend processes which we would like to collect all the coverage from. We would like to have a way to configure the plugin to...

Hi, all, I need to have this combined coverage report, so, please can guide me on how exactly is supposed to be done with Angular?

**Versions** - What is this plugin's version? 3.4.2 (but they all have the issue) - What is your operating system? linux / mac (all fail) - What is the shell?...