mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
14 lines
388 B
INI
14 lines
388 B
INI
# Branch-coverage config for the Python sidecar test lane. `source` is the set
|
|||
|
|
# of pure/protocol modules with durable direct tests; extend it as the lane
|
||
|
|
# grows. Heavy model-runtime modules stay out of this gate and are proven in
|
||
|
|
# the real-runtime Docker lane instead.
|
||
|
|
[run]
|
||
|
|
branch = True
|
||
|
|
source =
|
||
|
|
offline_guard
|
||
|
|
progress_heartbeat
|
||
|
|
|
||
|
|
[report]
|
||
|
|
show_missing = True
|
||
|
|
fail_under = 80
|