meteor-coverage
meteor-coverage copied to clipboard
Code Coverage not working for Meteor 1.7.0.3 on Windows
I am running meteortesting-mocha package to run coverage and it is working fine on OSX but not on Windows 10. Under coverage folder, few files are created e.g, index.html: `<!doctype html>
All files
Press n or j to go to the next uncovered block, b, p or k for the previous block.
File | Statements | Branches | Functions | Lines |
---|
I am executing tests in watch mode and then execute Meteor.sendCoverage and Meteor.export in the browser, as suggested by ReadMe.
Hello !
Can you try to run the https://github.com/serut/meteor-coverage-app-exemple/tree/master/bare-exemple on your Windows with verbose logs and paste logs here ?
I already identified this package has issue on Windows, it is written here but I don't remember exactly why ...