From 49fd3a5372823041dae1eb642aadfaf943155be3 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 10 Jan 2023 13:17:32 +0530 Subject: [PATCH] ci: update codecov.yml flags --- codecov.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/codecov.yml b/codecov.yml index b16c49c8d6..3fca9d9384 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,7 +9,7 @@ coverage: target: auto threshold: 0.5% flags: - - server-mariadb + - server patch: default: target: 85% @@ -17,7 +17,7 @@ coverage: only_pulls: true if_ci_failed: ignore flags: - - server-mariadb + - server comment: layout: "diff, flags" @@ -25,11 +25,7 @@ comment: show_critical_paths: true flags: - server-mariadb: - paths: - - "**/*.py" - carryforward: true - server-postgres: + server: paths: - "**/*.py" carryforward: true