mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
ci: exclude carried-forward coverage from the codecov patch status
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
f4a5951178
commit
ba15a88c16
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue