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/**