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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “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? Sign in to your account
using NextJS@latest, I have the following config:
swcPlugins: [ [ 'swc-plugin-coverage-instrument', {esModules: true, reportLogic: true, produceSourceMap: true}, ], ],
and using @cypress/code-coverage plugin, cypress reports no instrumentation. I think I am missing a step but I can't figure out what it might be.
I tried adding "instrumenter": "nyc", to the nyc stanza in my package.json, but this leads to this issue: cypress-io/code-coverage#804
"instrumenter": "nyc",
package.json
The text was updated successfully, but these errors were encountered:
#163 (comment)
cypress-io/code-coverage#583
Sorry, something went wrong.
No branches or pull requests
using NextJS@latest, I have the following config:
and using @cypress/code-coverage plugin, cypress reports no instrumentation. I think I am missing a step but I can't figure out what it might be.
I tried adding
"instrumenter": "nyc",
to the nyc stanza in mypackage.json
, but this leads to this issue: cypress-io/code-coverage#804The text was updated successfully, but these errors were encountered: