mirror of https://github.com/milvus-io/milvus.git
update codecov.yaml
Former-commit-id: 6f81217a163189dc890351d4d7c6eac4633f5e16pull/191/head
parent
d74f12b81c
commit
0e2178a181
13
codecov.yaml
13
codecov.yaml
|
@ -1,5 +1,14 @@
|
||||||
#Configuration File for CodeCov
|
#Configuration File for CodeCov
|
||||||
coverage:
|
coverage:
|
||||||
|
precision: 2
|
||||||
|
round: down
|
||||||
|
range: "70...100"
|
||||||
|
|
||||||
status:
|
status:
|
||||||
project: off
|
project: on
|
||||||
patch: off
|
patch: yes
|
||||||
|
changes: no
|
||||||
|
|
||||||
|
comment:
|
||||||
|
layout: "header, diff, changes, tree"
|
||||||
|
behavior: default
|
||||||
|
|
Loading…
Reference in New Issue