Exclude components from coverage reports (#1774)

* add 'components' and 'containers' dirs to coverage excluded paths

* add vendor and spec to excluded coverage paths

* trigger mycryptobuild
This commit is contained in:
Daniel Ternyak 2018-05-13 13:32:45 -05:00 committed by GitHub
parent 039aab09a2
commit b58e278ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
"\\.worker.ts": "<rootDir>/jest_config/__mocks__/workerMock.js"
},
"testPathIgnorePatterns": ["dist"],
"coveragePathIgnorePatterns": ["components", "containers", "vendor", "spec"],
"setupFiles": [
"<rootDir>/jest_config/setupJest.js",
"<rootDir>/jest_config/__mocks__/localStorage.ts"