litellm/codecov.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
791 B
YAML
Raw Normal View History

2024-10-14 14:08:43 +08:00
component_management:
individual_components:
- component_id: "Router"
paths:
2024-10-14 21:01:22 +08:00
- "router"
2024-10-14 14:08:43 +08:00
- component_id: "LLMs"
paths:
2024-10-14 21:01:22 +08:00
- "*/llms/*"
2024-10-14 21:10:24 +08:00
- component_id: "Caching"
paths:
- "*/caching/*"
- ".*redis.*"
2024-10-14 23:05:41 +08:00
- component_id: "litellm_logging"
2024-10-14 21:20:10 +08:00
paths:
- "*/integrations/*"
2024-10-14 23:05:41 +08:00
- ".*litellm_logging.*"
- component_id: "Proxy_Authentication"
2024-10-14 21:20:10 +08:00
paths:
2024-10-14 23:05:41 +08:00
- "*/proxy/auth/**"
2024-10-14 14:08:43 +08:00
comment:
2024-10-23 18:13:03 +08:00
layout: "header, diff, flags, components" # show component info in the PR comment
coverage:
status:
project:
default:
target: auto
2024-10-23 18:14:27 +08:00
threshold: 1% # at maximum allow project coverage to drop by 1%
2024-10-23 18:13:03 +08:00
patch:
default:
target: auto
2024-10-23 18:14:27 +08:00
threshold: 0% # patch coverage should be 100%