You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
<title>Code coverage report for All files</title>
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(C:\Users\singh\projects\pathways-meteor\coverage\sort-arrow-sprite.png);
}
</style>
All files
Unknown% Statements0/0
Unknown% Branches0/0
Unknown% Functions0/0
Unknown% Lines0/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)
I am running meteortesting-mocha package to run coverage and it is working fine on OSX but not on Windows 10.
<title>Code coverage report for All files</title> <style type='text/css'> .coverage-summary .sorter { background-image: url(C:\Users\singh\projects\pathways-meteor\coverage\sort-arrow-sprite.png); } </style>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.
I am executing tests in watch mode and then execute Meteor.sendCoverage and Meteor.export in the browser, as suggested by ReadMe.
The text was updated successfully, but these errors were encountered: