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
|
||||
|
||||
coverage:
|
||||
range: 60..90
|
||||
status:
|
||||
project:
|
||||
default: false
|
||||
server-mariadb:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 0.5%
|
||||
flags:
|
||||
- server-mariadb
|
||||
patch:
|
||||
default: false
|
||||
server-mariadb:
|
||||
default:
|
||||
target: 85%
|
||||
threshold: 0%
|
||||
only_pulls: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue