ci: enable codecov annotations (#17929)

This commit is contained in:
Ankush Menat 2022-08-24 11:50:23 +05:30 committed by GitHub
parent 63a60c6457
commit 4e6a5b6cd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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