Allow configuration of the test reporter
The reporter for the standard tests is still 'spec'; the one for the gathering of code coverage is set to 'dot' to not clutter the output of the logfile on travis.
This commit is contained in:
@@ -164,7 +164,7 @@ var foundAllJavaScriptSourceFiles = function(err, files) {
|
||||
wrench.copyDirSyncRecursive(instrumentedDir, dir, copyOpts);
|
||||
|
||||
log('• run test suite on instrumented code');
|
||||
runTestsuite(true, collectAndWriteCoverageData);
|
||||
runTestsuite({coverage: true, reporter: 'dot'}, collectAndWriteCoverageData);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user