forked from element-hq/element-x-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
30 lines (28 loc) · 686 Bytes
/
codecov.yml
File metadata and controls
30 lines (28 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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%