ci: use new tags for coverage checks

This commit is contained in:
Ankush Menat 2022-08-13 23:49:23 +05:30 committed by GitHub
parent 5007adb2b2
commit fc56c82745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,20 +5,20 @@ coverage:
status: status:
project: project:
default: false default: false
server: server-mariadb:
target: auto target: auto
threshold: 0.5% threshold: 0.5%
flags: flags:
- server - server-mariadb
patch: patch:
default: false default: false
server: server-mariadb:
target: 85% target: 85%
threshold: 0% threshold: 0%
only_pulls: true only_pulls: true
if_ci_failed: ignore if_ci_failed: ignore
flags: flags:
- server - server-mariadb
comment: comment:
layout: "diff, flags" layout: "diff, flags"