mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 05:27:11 +00:00

* Make sure the room header takes up as much space as possible (to hide the back button). * Ignore coverage on the developer options screen.
30 lines
686 B
YAML
30 lines
686 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"
|
|
- "Tools"
|
|
- "**/Mock*.swift"
|
|
- "**/*Mock.swift"
|
|
- "**/*Proxy.swift"
|
|
|
|
flag_management:
|
|
default_rules:
|
|
carryforward: true
|
|
statuses:
|
|
- name_prefix: project-
|
|
type: project
|
|
target: auto
|
|
threshold: 1% |