mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
f5877048e7
commit
c4f81466c9
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ run(
|
|||
`!${path}/**/build/**`,
|
||||
'--collectCoverageFrom', // Ignore coverage on test files
|
||||
`!${path}/**/__tests__/**/*`,
|
||||
'--collectCoverageFrom', // Ignore coverage on example files
|
||||
`!${path}/**/__examples__/**/*`,
|
||||
'--collectCoverageFrom', // Include JS files
|
||||
`${path}/**/*.js`,
|
||||
'--collectCoverageFrom', // Include TS/X files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue