mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-13 02:45:24 +08:00
37 lines
602 B
YAML
37 lines
602 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 30%
|
|
informational: true
|
|
patch:
|
|
default:
|
|
target: auto
|
|
threshold: 30%
|
|
informational: true
|
|
|
|
flags:
|
|
unittests:
|
|
paths:
|
|
- src/
|
|
unittests-standalone:
|
|
paths:
|
|
- src/
|
|
integration:
|
|
paths:
|
|
- src/
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
statuses:
|
|
- type: project
|
|
target: auto
|
|
- type: patch
|
|
target: auto
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,files,footer"
|
|
behavior: default
|
|
require_changes: false |