remove event model from coverage (#1753)

This commit is contained in:
Eugenio Romano
2017-03-23 12:00:15 +00:00
committed by Mario Romano
parent d739526517
commit 96c72eeef1
12 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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