mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Ignore jest.config.js
in coverage (#128537)
This commit is contained in:
parent
3dc0e5810d
commit
f5229950bb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
coverageDirectory: '<rootDir>/target/kibana-coverage/jest',
|
||||
|
||||
// An array of regexp pattern strings used to skip coverage collection
|
||||
coveragePathIgnorePatterns: ['/node_modules/', '.*\\.d\\.ts'],
|
||||
coveragePathIgnorePatterns: ['/node_modules/', '.*\\.d\\.ts', 'jest\\.config\\.js'],
|
||||
|
||||
// A list of reporter names that Jest uses when writing coverage reports
|
||||
coverageReporters: !!process.env.CODE_COVERAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue