From 045a029c54fd397614bf203457f343f5dfac4c6e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 14 Oct 2024 18:40:24 +0530 Subject: [PATCH] add caching component to code cov --- codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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