ci: enable codecov annotations (#17929)
This commit is contained in:
parent
63a60c6457
commit
4e6a5b6cd9
1 changed files with 3 additions and 4 deletions
|
|
@ -2,17 +2,16 @@ codecov:
|
||||||
require_ci_to_pass: yes
|
require_ci_to_pass: yes
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
range: 60..90
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
default: false
|
default:
|
||||||
server-mariadb:
|
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.5%
|
threshold: 0.5%
|
||||||
flags:
|
flags:
|
||||||
- server-mariadb
|
- server-mariadb
|
||||||
patch:
|
patch:
|
||||||
default: false
|
default:
|
||||||
server-mariadb:
|
|
||||||
target: 85%
|
target: 85%
|
||||||
threshold: 0%
|
threshold: 0%
|
||||||
only_pulls: true
|
only_pulls: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue