ci: stop carrying forward the dead circleci codecov flag

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
yassin 2026-08-29 21:41:47 +00:00
parent ba15a88c16
commit 0134666808
2 changed files with 2 additions and 14 deletions

View file

@ -25,6 +25,8 @@ flag_management:
carryforward: false
- name: proxy-db-schema-migration
carryforward: false
- name: circleci
carryforward: false
component_management:
individual_components:

View file

@ -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