From aa77a6321cf86582230b2b64dd72faaee6d6cd56 Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Thu, 29 Sep 2022 10:57:19 +1000 Subject: [PATCH] ci(codecov): add thresholds for flaky tests (#4104) --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 4287a1ca8..6fec44956 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -16,10 +16,12 @@ coverage: default: false backend: base: auto + threshold: 0.15% flags: - backend frontend: base: auto + threshold: 0.15% flags: - frontend