Skip to content

Commit a46a51a

Browse files
committed
Added codecov yml to ignore SegUI
1 parent cbd6ce8 commit a46a51a

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

codecov.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)