mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 22:29:37 -05:00
Use dot reporter for code coverage so it doesn't overflow Travis-CI's log limit
This commit is contained in:
2
Jakefile
2
Jakefile
@@ -369,7 +369,7 @@ task("runtests", ["tests", builtLocalDirectory], function() {
|
||||
|
||||
desc("Generates code coverage data via instanbul")
|
||||
task("generate-code-coverage", ["tests", builtLocalDirectory], function () {
|
||||
var cmd = "istanbul cover node_modules/mocha/bin/_mocha -- " + run;
|
||||
var cmd = "istanbul cover node_modules/mocha/bin/_mocha -- -R dot " + run;
|
||||
console.log(cmd);
|
||||
exec(cmd);
|
||||
}, { async: true });
|
||||
|
||||
Reference in New Issue
Block a user