mirror of
https://mirror.skon.top/github.com/langgenius/dify.git
synced 2026-04-21 07:50:26 +08:00
26 lines
508 B
YAML
26 lines
508 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
# Absorb sub-percent coverage noise (rounding, trivial added lines, CVA variants, etc).
|
|
threshold: 1%
|
|
# Deleting covered code during refactors/migrations must not regress base.
|
|
removed_code_behavior: adjust_base
|
|
|
|
flags:
|
|
web:
|
|
paths:
|
|
- "web/"
|
|
carryforward: true
|
|
|
|
dify-ui:
|
|
paths:
|
|
- "packages/dify-ui/"
|
|
carryforward: true
|
|
|
|
api:
|
|
paths:
|
|
- "api/"
|
|
carryforward: true
|