mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
14 lines
461 B
YAML
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
|