skylock / cypress-angular-coverage-example

31 stars 7 forks source link

Code coverage issue : .nyc_out folder not generated while using cypress run command #17

Open abin53 opened 1 year ago

abin53 commented 1 year ago

Code coverage not generated when runningcypress run in CI job.

In local while using cypress open cmd everything works fine.

Is there anything I'm missing. I'm following exactly this example. Using babel-plugin-istanbulas mentioned in issue no #6

I'm pretty new to this cypress. Any help is really appreciated.