mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
20 lines
328 B
YAML
20 lines
328 B
YAML
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 0%
|
|
base: auto
|
|
flags:
|
|
- unittests
|
|
patch:
|
|
default:
|
|
target: 75%
|
|
threshold: 0%
|
|
base: auto
|
|
flags:
|
|
- unittests |