forked from phoenix/litellm-mirror
add code cov checks
This commit is contained in:
parent
8359cb6fa9
commit
ae01de067d
1 changed files with 12 additions and 1 deletions
11
codecov.yaml
11
codecov.yaml
|
@ -19,3 +19,14 @@ component_management:
|
||||||
- "*/proxy/auth/**"
|
- "*/proxy/auth/**"
|
||||||
comment:
|
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 coverage to drop by 1%
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: 80% # at minimum patch coverage should be 80%
|
Loading…
Add table
Add a link
Reference in a new issue