2022-05-09 12:36:31 +03:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
# Commits pushed to master should not make the overall
|
|
|
|
# project coverage decrease by more than 1%:
|
|
|
|
target: auto
|
|
|
|
threshold: 1%
|
2022-09-22 09:31:57 +01:00
|
|
|
patch: false
|
2022-09-07 17:21:30 +03:00
|
|
|
|
|
|
|
ignore:
|
2022-12-08 10:09:18 +02:00
|
|
|
- "ElementX/Sources/Generated"
|
2023-07-14 08:56:23 +01:00
|
|
|
- "ElementX/Sources/Mocks"
|
2022-12-08 10:09:18 +02:00
|
|
|
- "ElementX/Sources/Vendor"
|
|
|
|
- "ElementX/Sources/UITests"
|
2023-07-14 08:56:23 +01:00
|
|
|
- "ElementX/Sources/UnitTests"
|
2022-12-08 10:09:18 +02:00
|
|
|
- "Tools"
|
2023-07-14 08:56:23 +01:00
|
|
|
- "**/Mock*.swift"
|
|
|
|
- "**/*Mock.swift"
|
2022-10-14 16:21:31 +03:00
|
|
|
|
|
|
|
flag_management:
|
|
|
|
default_rules:
|
|
|
|
carryforward: true
|
|
|
|
statuses:
|
|
|
|
- name_prefix: project-
|
|
|
|
type: project
|
|
|
|
target: auto
|
|
|
|
threshold: 1%
|