8000 Add a codecov configuration file · python/cpython@3481857 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3481857

Browse files
authored
Add a codecov configuration file
1 parent bb09c86 commit 3481857

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.codecov.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
codecov:
2+
notify:
3+
require_ci_to_pass: true
4+
comment:
5+
behavior: new
6+
layout: header, diff
7+
require_changes: false
8+
coverage:
9+
precision: 2
10+
range:
11+
- 70.0
12+
- 100.0
13+
round: down
14+
status:
15+
changes: false
16+
patch: true
17+
project: true
18+
parsers:
19+
gcov:
20+
branch_detection:
21+
conditional: true
22+
loop: true
23+
macro: false
24+
method: false
25+
javascript:
26+
enable_partials: false

0 commit comments

Comments
 (0)
0