mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 23:10:11 +00:00
- Project target: 80% with 2% threshold (was: auto with 1%) - Patch target: 90% (was: 80% with 5% threshold) - Add PR comment config with reach/diff/flags layout - Enable require_changes to reduce comment noise
15 lines
219 B
YAML
15 lines
219 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 80%
|
|
threshold: 2%
|
|
patch:
|
|
default:
|
|
target: 90%
|
|
|
|
comment:
|
|
layout: "reach,diff,flags"
|
|
behavior: default
|
|
require_changes: true
|