mirror of
https://github.com/langgenius/dify.git
synced 2026-03-27 17:19:55 +08:00
refactor(custom): reorganize web app brand module and raise coverage threshold (#33531)
Co-authored-by: CodingOnStar <hanxujiang@dify.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -44,10 +44,10 @@ export const COMPONENT_MODULE_THRESHOLDS = {
|
||||
branches: 95,
|
||||
},
|
||||
'custom': {
|
||||
lines: 70,
|
||||
statements: 70,
|
||||
functions: 70,
|
||||
branches: 80,
|
||||
lines: 95,
|
||||
statements: 95,
|
||||
functions: 95,
|
||||
branches: 95,
|
||||
},
|
||||
'datasets': {
|
||||
lines: 95,
|
||||
|
||||
Reference in New Issue
Block a user