Skip to content

Commit

Permalink
Fix Windows coverage errors
Browse files Browse the repository at this point in the history
Provide relative path to `_mocha`
  • Loading branch information
RedSparr0w authored and paulmelnikow committed Sep 28, 2017
1 parent 6e20ca2 commit 76a9633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"xml2js": "~0.4.16"
},
"scripts": {
"coverage:test:js": "istanbul cover _mocha '*.spec.js' 'lib/*.spec.js' --dir coverage/js",
"coverage:test:services": "istanbul cover _mocha service-tests/runner/cli.js --dir coverage/services -- --delay",
"coverage:test:js": "istanbul cover node_modules/mocha/bin/_mocha '*.spec.js' 'lib/*.spec.js' --dir coverage/js",
"coverage:test:services": "istanbul cover node_modules/mocha/bin/_mocha service-tests/runner/cli.js --dir coverage/services -- --delay",
"coverage:test": "npm run coverage:test:js && npm run coverage:test:services",
"coverage:report": "istanbul report",
"coverage:report:reopen": "opn coverage/lcov-report/index.html",
Expand Down

0 comments on commit 76a9633

Please sign in to comment.