javascript VSTS Test Coverage with Mocha, Istanbul, NYC, Coburtura and Junit package.json "scripts": { "test": "nyc -r cobertura -r html mocha **/*test*.js -R mocha-junit-reporter" }, "devDependencies": { "mocha": "^2.5.3", "mocha-junit-reporter&