istanbuljs / nyc

the Istanbul command line interface
https://istanbul.js.org/
ISC License
5.55k stars 353 forks source link

Not able to see cypress coverage report and not able to instrument the code. #1477

Open LReddyk opened 1 year ago

LReddyk commented 1 year ago

start:dev:server": "node ./devServer.js", "build:lib": "lerna run build:lib", "build:bootstrap": "lerna bootstrap", "test": "mocha", "coverage": "nyc npm run test", ===> is there in paclage.json

Have the below one in .babelrc { "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ] ] }

These I am trying in Ubuntu

image

Expected Behavior===> Need to run cypress coverage and see the reports

Observed Behavior====> Not able to run the reports and see instrumentation.

Troubleshooting steps

Environment Information

# paste the output here