From 8723ebc520d34ea66e1fab54fbd4ed7f67c6561f Mon Sep 17 00:00:00 2001 From: Behnam Robatmili Date: Tue, 14 Nov 2023 12:59:53 -0800 Subject: [PATCH] Adding components to codecov --- codecov.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/codecov.yml b/codecov.yml index 6630fbe056..53205d69af 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,19 @@ coverage: ignore: - "apis/r/inst/tiledb/" - "apis/python/devtools/" + +comment: + layout: "header, diff, flags, components" # show component info in the PR comment + +component_management: + individual_components: + - component_id: python_api + name: python_api + paths: + - apis/python/src/tiledbsoma/** + - component_id: libtiledbsoma + name: libtiledbsoma + paths: + - libtiledbsoma/src/tiledbsoma/** + - libtiledbsoma/src/soma/** + - libtiledbsoma/src/utils/**