forked from phoenix/litellm-mirror
Merge pull request #6436 from BerriAI/litellm_code_cov_2
Code cov - add checks for patch and overall repo
This commit is contained in:
commit
a047fd190e
1 changed files with 12 additions and 1 deletions
13
codecov.yaml
13
codecov.yaml
|
@ -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%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue