code-coverage
code-coverage copied to clipboard
Saves the code coverage collected during Cypress tests
Hi, [Qwik](https://github.com/QwikDev/qwik) core team member here 👋 . I'm trying to get code coverage with cypress component testing to work in Qwik. **Logs and screenshots** > code-coverage combined NYC options...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`^4.5.5` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.7.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
**Logs** ``` code-coverage combined NYC options { 'report-dir': './coverage', reporter: [ 'lcov', 'clover', 'json', 'json-summary' ], extension: [ '.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx' ], excludeAfterRemap: false } +0ms code-coverage...
Problem: When visiting a local HTML file (cypress/downloads/test.html), the coverage report is not generated. However, when visiting an external URL like https://docs.cypress.io/app/tooling/code-coverage, the coverage report is successfully generated. and the...