From c7b1cda3ed901d7444633fad7fdc1cf7cf7d34a4 Mon Sep 17 00:00:00 2001 From: monacoremo <59358383+monacoremo@users.noreply.github.com> Date: Thu, 5 Aug 2021 19:02:59 +0200 Subject: [PATCH] ci: Move codecov.yml and add thresholds as intermittent fix to random coverage changes --- .codecov.yml => .github/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .codecov.yml => .github/codecov.yml (84%) diff --git a/.codecov.yml b/.github/codecov.yml similarity index 84% rename from .codecov.yml rename to .github/codecov.yml index d9ed1083f..7b3c63b6f 100644 --- a/.codecov.yml +++ b/.github/codecov.yml @@ -9,10 +9,10 @@ coverage: project: default: target: auto - threshold: 0% + threshold: 1% only_pulls: false patch: default: target: auto - threshold: 0% + threshold: 1% only_pulls: true