Browse Source
test(coverage): exclude app/dist from coverage
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
1 changed files with
1 additions and
0 deletions
-
package.json
|
|
@ -162,6 +162,7 @@ |
|
|
|
"collectCoverage": true, |
|
|
|
"collectCoverageFrom": [ |
|
|
|
"app/**/*.js", |
|
|
|
"!app/dist/**", |
|
|
|
"!app/main.prod.js", |
|
|
|
"!app/dll/**", |
|
|
|
"!app/coverage/**", |
|
|
|