Browse Source
test(coverage): generate coverage for all source
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
7 additions and
0 deletions
-
package.json
|
|
@ -160,6 +160,13 @@ |
|
|
|
"homepage": "https://github.com/LN-Zap/zap-desktop#readme", |
|
|
|
"jest": { |
|
|
|
"collectCoverage": true, |
|
|
|
"collectCoverageFrom": [ |
|
|
|
"app/**/*.js", |
|
|
|
"!app/main.prod.js", |
|
|
|
"!app/dll/**", |
|
|
|
"!app/coverage/**", |
|
|
|
"!**/node_modules/**" |
|
|
|
], |
|
|
|
"coverageReporters": [ |
|
|
|
"json", |
|
|
|
"lcov", |
|
|
|