refactor(monorepo): change coverage of core to 100% (#17698)

This commit is contained in:
Yongjie Zhao
2021-12-14 16:19:55 +08:00
committed by GitHub
parent 89d0d38ed0
commit 07bbe8448b
12 changed files with 96 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ coverage:
target: auto
threshold: 0%
core-packages-ts:
target: 95%
target: 100%
paths:
- 'superset-frontend/packages'
- '!superset-frontend/packages/**/*.jsx'