litellm/codecov.yml
yassin ba15a88c16 ci: exclude carried-forward coverage from the codecov patch status
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-08-29 21:29:35 +00:00

14 lines
461 B
YAML

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