From d68c2c67e702d1f639b64d13263e5a7e159f9101 Mon Sep 17 00:00:00 2001 From: Ryo Igarashi Date: Sat, 8 Apr 2023 16:33:57 +0900 Subject: [PATCH] fix: Enable carry forward --- codecov.yml | 4 ++++ cspell.json | 1 + 2 files changed, 5 insertions(+) diff --git a/codecov.yml b/codecov.yml index 69cb76019..54f4aaf72 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1 +1,5 @@ comment: false + +flag_management: + default_rules: + carryforward: true diff --git a/cspell.json b/cspell.json index 3e9039427..b78d2e082 100644 --- a/cspell.json +++ b/cspell.json @@ -10,6 +10,7 @@ "asynckit", "blurhash", "builtins", + "carryforward", "codecov", "conventionalcommits", "Datetime",