-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
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 |
|---|
Code coverage
generated by istanbul at Thu Jul 05 2018 16:29:19 GMT-0600 (Mountain Daylight Time)
<script src="C:\Users\singh\projects\pathways-meteor\coverage\prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="C:\Users\singh\projects\pathways-meteor\coverage\sorter.js"></script>
<script src="C:\Users\singh\projects\pathways-meteor\coverage\block-navigation.js"></script>
`
I am executing tests in watch mode and then execute Meteor.sendCoverage and Meteor.export in the browser, as suggested by ReadMe.
Metadata
Metadata
Assignees
Labels
No labels