serut / meteor-coverage

Server and client coverage for Meteor
MIT License
54 stars 14 forks source link

Code Coverage not working for Meteor 1.7.0.3 on Windows #74

Open singhsoldier13 opened 6 years ago

singhsoldier13 commented 6 years ago

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>

Code coverage report for All files

All files

Unknown% Statements 0/0
Unknown% Branches 0/0
Unknown% Functions 0/0
Unknown% Lines 0/0

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.

serut commented 6 years ago

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 ...