element-x-ios/codecov.yml

25 lines
527 B
YAML
Raw Normal View History

2022-05-09 09:36:31 +00: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 08:31:57 +00:00
patch: false
2022-09-07 14:21:30 +00:00
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%