beam-chat/codecov.yml
Doug 2184081bc5
Make sure the room header takes up as much space as possible (to hide the back button). (#3335)
* Make sure the room header takes up as much space as possible (to hide the back button).

* Ignore coverage on the developer options screen.
2024-09-26 18:07:50 +01:00

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%