ci: update codecov.yml flags

This commit is contained in:
Ankush Menat 2023-01-10 13:17:32 +05:30
parent 41f8fb1a68
commit 49fd3a5372

View file

@ -9,7 +9,7 @@ coverage:
target: auto target: auto
threshold: 0.5% threshold: 0.5%
flags: flags:
- server-mariadb - server
patch: patch:
default: default:
target: 85% target: 85%
@ -17,7 +17,7 @@ coverage:
only_pulls: true only_pulls: true
if_ci_failed: ignore if_ci_failed: ignore
flags: flags:
- server-mariadb - server
comment: comment:
layout: "diff, flags" layout: "diff, flags"
@ -25,11 +25,7 @@ comment:
show_critical_paths: true show_critical_paths: true
flags: flags:
server-mariadb: server:
paths:
- "**/*.py"
carryforward: true
server-postgres:
paths: paths:
- "**/*.py" - "**/*.py"
carryforward: true carryforward: true