mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
21 lines
473 B
YAML
21 lines
473 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
# Commits pushed to master should not make the overall
|
|
# project coverage decrease by more than 1%:
|
|
target: auto
|
|
threshold: 1%
|
|
patch: false
|
|
|
|
ignore:
|
|
- "ElementX/Source/Generated" # ignore the folder and all its contents
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
statuses:
|
|
- name_prefix: project-
|
|
type: project
|
|
target: auto
|
|
threshold: 1% |