We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd6ce8 commit a46a51aCopy full SHA for a46a51a
1 file changed
codecov.yml
@@ -0,0 +1,29 @@
1
+codecov:
2
+ notify:
3
+ require_ci_to_pass: yes
4
+
5
+coverage:
6
+ precision: 2
7
+ round: down
8
+ range: "70...100"
9
10
+ status:
11
+ project: yes
12
+ patch: yes
13
+ changes: no
14
15
+parsers:
16
+ gcov:
17
+ branch_detection:
18
+ conditional: yes
19
+ loop: yes
20
+ method: no
21
+ macro: no
22
23
+comment:
24
+ layout: "reach,diff,flags,tree"
25
+ behavior: default
26
+ require_changes: no
27
28
+ignore:
29
+ - "**/SegUI.py"
0 commit comments