missing event coverage exclude (#1761)

This commit is contained in:
Eugenio Romano 2017-03-23 16:46:39 +00:00 committed by Mario Romano
parent 59272e5cfa
commit 2586fba904
3 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ module.exports = function (config) {
// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
preprocessors: {
'src/**/!(*spec|index|*mock|*model|mdl*).js': 'coverage'
'src/**/!(*spec|index|*mock|*model|*event|mdl*).js': 'coverage'
},
coverageReporter: {

View File

@ -105,7 +105,7 @@ module.exports = function (config) {
// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
preprocessors: {
'src/**/!(*spec|index|*mock|*model|mdl*).js': 'coverage'
'src/**/!(*spec|index|*mock|*model|*event|mdl*).js': 'coverage'
},
coverageReporter: {

View File

@ -94,7 +94,7 @@ module.exports = function (config) {
// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
preprocessors: {
'src/**/!(*spec|index|*mock|*model|mdl*).js': 'coverage'
'src/**/!(*spec|index|*mock|*model|*event|mdl*).js': 'coverage'
},
coverageReporter: {