File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 87
87
/* End PBXContainerItemProxy section */
88
88
89
89
/* Begin PBXFileReference section */
90
+ DD6F08D124008A7400749359 /* codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = codecov.yml; sourceTree = "<group>"; };
90
91
DDFEEC3323EF13900096015C /* Half.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Half.framework; sourceTree = BUILT_PRODUCTS_DIR; };
91
92
DDFEEC3723EF13900096015C /* Half-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Half-Info.plist"; path = "Info/Half-Info.plist"; sourceTree = "<group>"; };
92
93
DDFEEC3C23EF13910096015C /* HalfTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HalfTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
235
236
children = (
236
237
DDFEECAB23F1BA550096015C /* Half.podspec */,
237
238
DDFEECAC23F1BA550096015C /* Package.swift */,
239
+ DD6F08D124008A7400749359 /* codecov.yml */,
238
240
DDFEECAE23F1BA5E0096015C /* .swiftlint.yml */,
239
241
DDFEECAD23F1BA5E0096015C /* .travis.yml */,
240
242
DDFEECAF23F1BA680096015C /* README.md */,
Original file line number Diff line number Diff line change
1
+ codecov :
2
+ require_ci_to_pass : yes
3
+
4
+ coverage :
5
+ precision : 2
6
+ round : down
7
+ range : " 70...100"
8
+
9
+ parsers :
10
+ gcov :
11
+ branch_detection :
12
+ conditional : yes
13
+ loop : yes
14
+ method : no
15
+ macro : no
16
+
17
+ comment :
18
+ layout : " reach,diff,flags,tree"
19
+ behavior : default
20
+ require_changes : no
21
+
22
+ ignore :
23
+ - Tests/**/*
You can’t perform that action at this time.
0 commit comments