Use dot reporter for code coverage so it doesn't overflow Travis-CI's log limit
This commit is contained in:
Родитель
80ce0a9cdc
Коммит
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 });
|
||||
|
|
Загрузка…
Ссылка в новой задаче