Skip to content

Commit e9c0e55

Browse files
authored
[3.6] Add .codecov.yml (#210)
1 parent 9b49133 commit e9c0e55

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.codecov.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: true
4+
comment: off
5+
ignore:
6+
- "Doc/**/*"
7+
- "Misc/*"
8+
- "Mac/**/*"
9+
- "PC/**/*"
10+
- "PCbuild/**/*"
11+
- "Tools/**/*"
12+
- "Grammar/*"
13+
coverage:
14+
precision: 2
15+
range:
16+
- 70.0
17+
- 100.0
18+
round: down
19+
status:
20+
changes: off
21+
project: off
22+
patch:
23+
default:
24+
target: 100%
25+
only_pulls: true
26+
threshold: 0.05
27+
parsers:
28+
gcov:
29+
branch_detection:
30+
conditional: true
31+
loop: true
32+
macro: false
33+
method: false
34+
javascript:
35+
enable_partials: false

0 commit comments

Comments
 (0)