We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a2568 commit 3fb36d0Copy full SHA for 3fb36d0
.codecov.yml
@@ -0,0 +1,56 @@
1
+codecov:
2
+ require_ci_to_pass: yes
3
+ branch: master
4
+
5
+coverage:
6
+ precision: 1
7
+ round: down
8
+ range: "70...100"
9
10
+ status:
11
+ project:
12
+ default:
13
+ informational: true
14
+ threshold: 1%
15
+ paths:
16
+ - api
17
+ - packages
18
+ - services
19
+ api:
20
21
22
23
24
+ packages:
25
26
27
28
29
+ services:
30
31
32
33
34
35
36
+ patch:
37
38
39
40
41
42
43
44
45
+parsers:
46
+ gcov:
47
+ branch_detection:
48
+ conditional: yes
49
+ loop: yes
50
+ method: no
51
+ macro: no
52
53
+comment:
54
+ layout: "reach,diff,flags,tree"
55
+ behavior: default
56
+ require_changes: no
0 commit comments