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** I have an application that follows the micro-frontends architecture. It means that some parts of the application are bundled separately and loaded in async mode. I would...

bug

## Issue description The CircleCI workflow [.circleci/config.yml](https://github.com/cypress-io/code-coverage/blob/master/.circleci/config.yml) is using a mixture of Node.js `16`, `20`and `22` environments to test. See [CircleCI pipeline](https://app.circleci.com/pipelines/github/cypress-io/code-coverage). Since Node.js `16` is now [end-of-life](https://nodejs.org/en/blog/announcements/nodejs16-eol) it should...

I wanted to set up cypress code coverage on my sveltekit but I get an error in my cypress.config.ts file - ```js setupNodeEvents(on, config) { import { defineConfig } from...

documentation

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

**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. Exception in output that...

**Logs and screenshots** ![image](https://github.com/cypress-io/code-coverage/assets/16819719/7eea6fff-1dc7-4890-a7bc-a202106c213c) **Versions** - What is this plugin's version? `3.12.3` - What is Cypress version? `13.3.0` - What is your operating system? Github runner uses: `ubuntu-latest-8-cores` - Ubuntu...

**Logs and screenshots** click for logs... ```bash [storybook-with-cypress] yarn test yarn run v1.22.17 $ DEBUG=code-coverage cypress run [62033:0519/165728.394350:ERROR:node_bindings.cc(279)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more...

triaged
E2E

**Is your feature request related to a problem? Please describe.** i can't find any document about code coverage width component testing, can code-coverage suport it? thank you

CT
type: feature

Based off @cypress-io/cypress#26729 ESM projects cannot currently use a custom `nyc.config.js` file because this project uses `require(..)` to import that file - `require` does not support ESM modules. ![Screenshot 2023-06-21...

type: feature

**Logs and screenshots** I won't be able to add logs as it's over GitHub limits **Versions** - What is this plugin's version? `^3.11.0` - What is Cypress version? `^12.17.2` -...