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
36 lines (34 loc) · 860 Bytes
/
codecov.yml
File metadata and controls
36 lines (34 loc) · 860 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
31
32
33
34
35
36
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"
- "SDKMocks/Sources/Generated"
- "Tools"
- "**/Mock*.swift"
- "**/*Mock.swift"
- "**/*Proxy.swift"
- "**/*Protocol.swift"
- "compound-ios/Inspector"
- "compound-ios/Tests"
- "compound-ios/Sources/Previews"
- "compound-ios/Tools"
flag_management:
default_rules:
carryforward: true
statuses:
- name_prefix: project-
type: project
target: auto
threshold: 1%