update --nocoverage option
This commit is contained in:
2
dist/mod02/index.js
vendored
2
dist/mod02/index.js
vendored
@ -110,7 +110,7 @@ exports.run = function (configArg) {
|
||||
plugins.beautylog.ora.text('now starting tests');
|
||||
plugins.beautylog.ora.end();
|
||||
plugins.beautylog.log('ready for tapbuffer:');
|
||||
if (configArg.coverage) {
|
||||
if (configArg.testConfig.coverage) {
|
||||
tap(config)
|
||||
.then(handleCoverageData)
|
||||
.then(() => {
|
||||
|
Reference in New Issue
Block a user