mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Use dot reporter for code coverage so it doesn't overflow Travis-CI's log limit
This commit is contained in:
parent
80ce0a9cdc
commit
d81c884fef
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 });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user