meteor-coverage icon indicating copy to clipboard operation
meteor-coverage copied to clipboard

Code Coverage not working for Meteor 1.7.0.3 on Windows

Open singhsoldier13 opened this issue 6 years ago • 1 comments

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.

singhsoldier13 avatar Jul 05 '18 22:07 singhsoldier13

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

serut avatar Jul 06 '18 06:07 serut