mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): generate coverage to umd js only
This commit is contained in:
@ -43,7 +43,7 @@ export function config(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: {
|
||||||
'dist/ionic-angular/**/!(*spec).js': ['coverage'],
|
'dist/ionic-angular/umd/**/!(*spec).js': ['coverage'],
|
||||||
'dist/ionic-angular/**/*.js': ['sourcemap']
|
'dist/ionic-angular/**/*.js': ['sourcemap']
|
||||||
},
|
},
|
||||||
reporters: ['dots', 'coverage'],
|
reporters: ['dots', 'coverage'],
|
||||||
|
Reference in New Issue
Block a user