mirror of
https://github.com/element-hq/element-x-ios.git
synced 2026-01-16 23:01:33 +00:00
36 lines
860 B
YAML
36 lines
860 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/Mocks"
|
|
- "ElementX/Sources/Vendor"
|
|
- "ElementX/Sources/UITests"
|
|
- "ElementX/Sources/UnitTests"
|
|
- "ElementX/Sources/Settings/DeveloperOptionsScreen"
|
|
- "SDKMocks/Sources/Generated"
|
|
- "Tools"
|
|
- "**/Mock*.swift"
|
|
- "**/*Mock.swift"
|
|
- "**/*Proxy.swift"
|
|
- "**/*Protocol.swift"
|
|
- "compound-ios/Inspector"
|
|
- "compound-ios/Tests"
|
|
- "compound-ios/Sources/Previews"
|
|
- "compound-ios/Tools"
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
statuses:
|
|
- name_prefix: project-
|
|
type: project
|
|
target: auto
|
|
threshold: 1%
|