From 2daf4bad5cbb4d6a57fe723fd7701f251abda91b Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 24 May 2023 13:01:29 +0200 Subject: [PATCH] Reconfigured codecov config refs https://github.com/TryGhost/Toolbox/issues/583 - removed default config so we just have separate numbers for the flags - added threshold to flags config so we can protect against small changes in variance --- .github/codecov.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index c2fb31f8c4..7cbe83172a 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -4,16 +4,14 @@ coverage: status: patch: false project: - default: - flags: - - unit-tests - - e2e-tests e2e-tests: flags: - e2e-tests + threshold: 0.2% unit-tests: flags: - unit-tests + threshold: 0.2% flags: e2e-tests: carryforward: true