mirror of https://github.com/python/cpython
Add a codecov configuration file
This commit is contained in:
parent
bb09c863e9
commit
34818577b8
|
@ -0,0 +1,26 @@
|
||||||
|
codecov:
|
||||||
|
notify:
|
||||||
|
require_ci_to_pass: true
|
||||||
|
comment:
|
||||||
|
behavior: new
|
||||||
|
layout: header, diff
|
||||||
|
require_changes: false
|
||||||
|
coverage:
|
||||||
|
precision: 2
|
||||||
|
range:
|
||||||
|
- 70.0
|
||||||
|
- 100.0
|
||||||
|
round: down
|
||||||
|
status:
|
||||||
|
changes: false
|
||||||
|
patch: true
|
||||||
|
project: true
|
||||||
|
parsers:
|
||||||
|
gcov:
|
||||||
|
branch_detection:
|
||||||
|
conditional: true
|
||||||
|
loop: true
|
||||||
|
macro: false
|
||||||
|
method: false
|
||||||
|
javascript:
|
||||||
|
enable_partials: false
|
Loading…
Reference in New Issue