From aa6349678c6acf1a46ab02d6a74cd2c9b3d031c6 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 22 Sep 2023 17:51:58 -0500 Subject: [PATCH] ci: re-enable `carryforward` in `codecov.yml` (#1317) --- .github/codecov.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 4cb30793..163271c9 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,8 +1,6 @@ -# Not sure if .yaml suffix would work, currently using .yml to match examples: -# https://docs.codecov.com/docs/codecov-yaml # Validate with: # curl -X POST --data-binary @codecov.yml https://codecov.io/validate # See https://docs.codecov.com/docs/flags flag_management: default_rules: # the rules that will be followed for any flag added, generally - carryforward: false \ No newline at end of file + carryforward: true \ No newline at end of file