Add codecov config file
This commit is contained in:
parent
fa1ff4e2d2
commit
29ea63a27b
1 changed files with 18 additions and 0 deletions
18
.codecov.yml
Normal file
18
.codecov.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
codecov:
|
||||||
|
notify:
|
||||||
|
require_ci_to_pass: yes
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
precision: 2
|
||||||
|
round: down
|
||||||
|
range: "70...100"
|
||||||
|
|
||||||
|
status:
|
||||||
|
project: yes
|
||||||
|
patch: yes
|
||||||
|
changes: no
|
||||||
|
|
||||||
|
comment:
|
||||||
|
layout: "header, diff, changes, sunburst, uncovered"
|
||||||
|
behavior: default
|
||||||
|
require_changes: no
|
Loading…
Reference in a new issue