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** first.spec.ts ![Screenshot 2020-06-20 at 23 44 58](https://user-images.githubusercontent.com/26057014/85212152-2f449200-b350-11ea-9df0-ed1d6110e6d4.png) second.spec.ts ![Screenshot 2020-06-20 at 23 43 12](https://user-images.githubusercontent.com/26057014/85212159-3c618100-b350-11ea-84a9-c26856a5e2f9.png) **Versions** - What is this plugin's version? If this is NOT the latest...

# I'm submitting a ... Bug report plus solution for improvement. # Context I've decided to implement the fullstack code coverage on my project which is a front Angular with...

When we use `on('file:preprocessor', require('@cypress/code-coverage/use-babelrc'))` in the plugin/index.js file the source maps stop working. The source maps only show up if we have console.log in the tests. Inside use-babelrc, we...

Can we kindly include https://github.com/cypress-io/instrument-cra or https://www.npmjs.com/package/@cypress/instrument-cra in the the documentation location https://docs.cypress.io/guides/tooling/code-coverage#Using-code-transpilation-pipeline ?

**Logs and screenshots** Here is what I mean. "removeNodeById" is the last test in my single test file. As you can see, Cypress is correctly using the coverage:report script I...

**Is your feature request related to a problem? Please describe.** One of the most exciting feature for cypress after 7.0 is the component testing feature. However I found it impossible...

![image](https://user-images.githubusercontent.com/8687724/80967577-38c37a80-8e34-11ea-987e-cd71dc87e1da.png) Out.json ![image](https://user-images.githubusercontent.com/8687724/80967653-57c20c80-8e34-11ea-8bfb-8d74d350b36a.png) **Versions** ``` "@cypress/code-coverage": "3.2.2", "cypress": "3.6.1", "istanbul-instrumenter-loader": "^3.0.1", "ngx-build-plus": "^7.8.3", "nyc": 15.0.1 ``` nyc comes with cypress code-coverage plugin - Node version - 12.14.1 - NPM version...

**Logs and screenshots** **Versions** ^3.9.4 - What is Cypress version? 7.1.0 - What is your operating system? MacOS - What is the shell? Bash - What is the Node version?...

Is there a possibility to have an example for a stencilJS project?