diff --git a/codecov.yaml b/codecov.yaml index c5e2308bc..0b2f29ad6 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -6,6 +6,10 @@ component_management: - component_id: "LLMs" paths: - "*/llms/*" + - component_id: "Caching" + paths: + - "*/caching/*" + - ".*redis.*" comment: layout: "header, diff, flags, components" # show component info in the PR comment \ No newline at end of file