mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 07:20:19 +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
This commit is contained in:
+8
-4
@@ -2,9 +2,13 @@ coverage:
|
|||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
target: auto
|
target: 80%
|
||||||
threshold: 1%
|
threshold: 2%
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
target: 80%
|
target: 90%
|
||||||
threshold: 5%
|
|
||||||
|
comment:
|
||||||
|
layout: "reach,diff,flags"
|
||||||
|
behavior: default
|
||||||
|
require_changes: true
|
||||||
|
|||||||
Reference in New Issue
Block a user