diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..39804c5ab --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +component_management: + individual_components: + - component_id: "Router" + paths: + - "litellm/router.py" + - component_id: "LLMs" + paths: + - "litellm/llms/*" + +comment: + layout: "header, diff, flags, components" # show component info in the PR comment \ No newline at end of file