I have VueJS app and Cypress for testing. I need to have code coverage info.
Running tests in Cypress is generating seemingly correct .nyc_output/out.json file with numbers how many times some lines were executed.
How to generate correct report?
Problem is that npx nyc report
says that everything is 0%
tree .nyc_output/
Sample from the out.json where numbers are different from zero
For me, downgrading nyc version solved it
npx [email protected] report
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With