element-x-ios/codecov.yml

29 lines
631 B
YAML
Raw Permalink 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"
2023-07-14 07:56:23 +00:00
- "ElementX/Sources/Mocks"
- "ElementX/Sources/Vendor"
- "ElementX/Sources/UITests"
2023-07-14 07:56:23 +00:00
- "ElementX/Sources/UnitTests"
- "Tools"
2023-07-14 07:56:23 +00:00
- "**/Mock*.swift"
- "**/*Mock.swift"
- "**/*Proxy.swift"
flag_management:
default_rules:
carryforward: true
statuses:
- name_prefix: project-
type: project
target: auto
threshold: 1%