Skip to content

Commit 26d0b8b

Browse files
committed
[ci skip] Skip code coverage in Tests
1 parent f1e8e16 commit 26d0b8b

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+
ignore:
2+
- "Tests"
3+
4+
codecov:
5+
notify:
6+
require_ci_to_pass: yes
7+
8+
coverage:
9+
precision: 1
10+
round: up
11+
range: "70...100"
12+
13+
status:
14+
project: yes
15+
patch: yes
16+
changes: no
17+
18+
parsers:
19+
gcov:
20+
branch_detection:
21+
conditional: yes
22+
loop: yes
23+
method: no
24+
macro: no
25+
26+
comment:
27+
layout: "reach, diff, flags, files, footer"
28+
behavior: default
29+
require_changes: no

0 commit comments

Comments
 (0)