From 01346668080d34873d4fbca17b5cd898b7f38489 Mon Sep 17 00:00:00 2001 From: yassin Date: Sat, 29 Aug 2026 21:41:47 +0000 Subject: [PATCH] ci: stop carrying forward the dead circleci codecov flag Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- codecov.yaml | 2 ++ codecov.yml | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yaml b/codecov.yaml index bc0b3604329..4d93c18f3ac 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -25,6 +25,8 @@ flag_management: carryforward: false - name: proxy-db-schema-migration carryforward: false + - name: circleci + carryforward: false component_management: individual_components: diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index f8f638680b9..00000000000 --- a/codecov.yml +++ /dev/null @@ -1,14 +0,0 @@ -coverage: - status: - patch: - default: - # only count freshly uploaded coverage, not sessions carried forward - # from older commits whose line numbers no longer match the head - flag_coverage_not_uploaded_behavior: exclude - -flags: - circleci: - # carried-forward CircleCI sessions come from older commits, so their line - # numbers are misaligned with the head and poison the patch status - carryforward: false - joined: false