From f4a595117805aee51b3a48cc1eb39c5d4a079d43 Mon Sep 17 00:00:00 2001 From: yassin Date: Sat, 29 Aug 2026 21:19:58 +0000 Subject: [PATCH] ci: disable carryforward for the circleci codecov flag Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 94bcc2d6c7f..8a4a60f5321 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,6 @@ flags: circleci: - # line-misaligned with the PR head, so merging it marks blank and - # continuation lines as missed and poisons the patch status + # 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