From ba15a88c1663f262b7a93afc0d9f50bc8224a0ad Mon Sep 17 00:00:00 2001 From: yassin Date: Sat, 29 Aug 2026 21:29:35 +0000 Subject: [PATCH] ci: exclude carried-forward coverage from the codecov patch status Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/codecov.yml b/codecov.yml index 8a4a60f5321..f8f638680b9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,11 @@ +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