Merge pull request #6436 from BerriAI/litellm_code_cov_2

Code cov - add checks for patch and overall repo
This commit is contained in:
Ishaan Jaff 2024-10-25 17:34:21 +04:00 committed by GitHub
commit a047fd190e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,4 +18,15 @@ component_management:
paths:
- "*/proxy/auth/**"
comment:
layout: "header, diff, flags, components" # show component info in the PR comment
layout: "header, diff, flags, components" # show component info in the PR comment
coverage:
status:
project:
default:
target: auto
threshold: 1% # at maximum allow project coverage to drop by 1%
patch:
default:
target: auto
threshold: 0% # patch coverage should be 100%