You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
527 B
YAML
25 lines
527 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/Sources/Generated"
|
|
- "ElementX/Sources/Vendor"
|
|
- "ElementX/Sources/UITests"
|
|
- "Tools"
|
|
- "**/Mock*.swift"
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
statuses:
|
|
- name_prefix: project-
|
|
type: project
|
|
target: auto
|
|
threshold: 1% |