We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
When I successfully run tests while trying to set up code coverage I can see a report such as this:
----------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s ----------|---------|----------|---------|---------|------------------- All files | 0 | 0 | 0 | 0 | ----------|---------|----------|---------|---------|-------------------
I clearly failed to properly configure my coverage collection but there is no indication of that failure.
These files are included in plugins:
on('task', require('@cypress/code-coverage/task')) on('file:preprocessor', require('@cypress/code-coverage/use-babelrc'))
This is in support:
import '@cypress/code-coverage/support'
Could any of these tools throw if they were used but coverage was never processed?
The text was updated successfully, but these errors were encountered:
Yes, I am thinking I should show an error in the command log and add a link to this repo
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.12.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
When I successfully run tests while trying to set up code coverage I can see a report such as this:
I clearly failed to properly configure my coverage collection but there is no indication of that failure.
These files are included in plugins:
This is in support:
Could any of these tools throw if they were used but coverage was never processed?
The text was updated successfully, but these errors were encountered: