File size: 168 Bytes
29cdc9d | 1 2 3 4 5 6 7 8 9 | quality_gates:
min_coverage: 80.0
fail_on_warning: true
max_complexity: 10
security_strictness: "high"
deployment:
merge_strategy: "ff-only"
auto_tag: true
|
29cdc9d | 1 2 3 4 5 6 7 8 9 | quality_gates:
min_coverage: 80.0
fail_on_warning: true
max_complexity: 10
security_strictness: "high"
deployment:
merge_strategy: "ff-only"
auto_tag: true
|