Skip to content

Commit a1e17c6

Browse files
committed
chore(): generate coverage to umd js only
1 parent d988367 commit a1e17c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/karma/karma.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function config(config) {
4343
// Source files that you wanna generate coverage for.
4444
// Do not include tests or libraries (these files will be instrumented by Istanbul)
4545
preprocessors: {
46-
'dist/ionic-angular/**/!(*spec).js': ['coverage'],
46+
'dist/ionic-angular/umd/**/!(*spec).js': ['coverage'],
4747
'dist/ionic-angular/**/*.js': ['sourcemap']
4848
},
4949
reporters: ['dots', 'coverage'],

0 commit comments

Comments
 (0)