github-actions[bot] commented on PR #11906:
URL: https://github.com/apache/gravitino/pull/11906#issuecomment-4903784859

   <!-- coverage-report -->
   ### Code Coverage Report
   |Overall Project|67.55% **`+0.17%`**|:green_circle:|
   |:-|:-|:-:|
   |Files changed|80.83%|:green_circle:|
   <br>
   
   |Module|Coverage||
   |:-|:-|:-:|
   |aliyun|1.72%|:red_circle:|
   |api|46.49%|:green_circle:|
   |authorization-common|85.96%|:green_circle:|
   |aws|42.04%|:green_circle:|
   |azure|2.47%|:red_circle:|
   |catalog-common|9.92%|:red_circle:|
   |catalog-fileset|80.23%|:green_circle:|
   |catalog-glue|66.91%|:green_circle:|
   |catalog-hive|79.42%|:green_circle:|
   |catalog-jdbc-clickhouse|80.55%|:green_circle:|
   |catalog-jdbc-common|44.22%|:green_circle:|
   |catalog-jdbc-doris|80.28%|:green_circle:|
   |catalog-jdbc-hologres|54.03%|:green_circle:|
   |catalog-jdbc-mysql|79.23%|:green_circle:|
   |catalog-jdbc-oceanbase|80.91%|:green_circle:|
   |catalog-jdbc-postgresql|82.29%|:green_circle:|
   |catalog-jdbc-starrocks|78.51%|:green_circle:|
   |catalog-kafka|77.01%|:green_circle:|
   |catalog-lakehouse-generic|58.53%|:green_circle:|
   |catalog-lakehouse-hudi|79.1%|:green_circle:|
   |catalog-lakehouse-iceberg|85.94%|:green_circle:|
   |catalog-lakehouse-paimon|84.25%|:green_circle:|
   |catalog-model|77.72%|:green_circle:|
   |cli|44.49%|:green_circle:|
   |client-java|78.01% **`+2.68%`**|:green_circle:|
   |common|51.74% **`-0.4%`**|:green_circle:|
   |core|82.58%|:green_circle:|
   |filesystem-hadoop3|77.3%|:green_circle:|
   |flink|0.0%|:red_circle:|
   |flink-common|47.09%|:green_circle:|
   |flink-runtime|0.0%|:red_circle:|
   |gcp|14.12%|:red_circle:|
   |hadoop-auth|66.67%|:green_circle:|
   |hadoop-common|12.7%|:red_circle:|
   |hive-metastore-common|53.29%|:green_circle:|
   |iceberg-common|58.3%|:green_circle:|
   |iceberg-rest-server|73.94%|:green_circle:|
   |idp-basic|85.71%|:green_circle:|
   |integration-test-common|0.0%|:red_circle:|
   |jobs|66.17%|:green_circle:|
   |lance-common|20.67%|:red_circle:|
   |lance-rest-server|64.84%|:green_circle:|
   |lineage|53.02%|:green_circle:|
   |optimizer|83.17%|:green_circle:|
   |optimizer-api|21.95%|:red_circle:|
   |server|85.73% **`-0.49%`**|:green_circle:|
   |server-common|74.62%|:green_circle:|
   |spark|28.57%|:red_circle:|
   |spark-common|46.01%|:green_circle:|
   |tencent|69.84%|:green_circle:|
   |trino-connector|40.29%|:green_circle:|
   
   <details>
   <summary>Files</summary>
   
   |Module|File|Coverage||
   |:-|:-|:-|:-:|
   
|client-java|[GravitinoMetalake.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/clients/client-java/src/main/java/org/apache/gravitino/client/GravitinoMetalake.java)|92.31%|:green_circle:|
   
||[GravitinoClient.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/clients/client-java/src/main/java/org/apache/gravitino/client/GravitinoClient.java)|70.89%|:green_circle:|
   
|common|[BulkRequestValidator.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/requests/BulkRequestValidator.java)|80.0%|:green_circle:|
   
||[BulkRoleCreateRequest.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/requests/BulkRoleCreateRequest.java)|63.16%|:green_circle:|
   
||[GroupNamesRequest.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/requests/GroupNamesRequest.java)|52.94%|:red_circle:|
   
||[RoleNamesRequest.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/requests/RoleNamesRequest.java)|52.94%|:red_circle:|
   
||[UserNamesRequest.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/requests/UserNamesRequest.java)|52.94%|:red_circle:|
   
||[GroupAddRequest.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/requests/GroupAddRequest.java)|0.0%|:red_circle:|
   
||[UserAddRequest.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/requests/UserAddRequest.java)|0.0%|:red_circle:|
   
||[BulkOperationFailureDTO.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/responses/BulkOperationFailureDTO.java)|0.0%|:red_circle:|
   
||[BulkOperationResponse.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/common/src/main/java/org/apache/gravitino/dto/responses/BulkOperationResponse.java)|0.0%|:red_circle:|
   
|server|[GroupOperations.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/server/src/main/java/org/apache/gravitino/server/web/rest/GroupOperations.java)|100.0%|:green_circle:|
   
||[UserOperations.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/server/src/main/java/org/apache/gravitino/server/web/rest/UserOperations.java)|96.08%|:green_circle:|
   
||[BulkOperationUtils.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/server/src/main/java/org/apache/gravitino/server/web/rest/BulkOperationUtils.java)|93.33%|:green_circle:|
   
||[BulkRoleOperations.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/server/src/main/java/org/apache/gravitino/server/web/rest/BulkRoleOperations.java)|84.13%|:green_circle:|
   
||[BulkUserOperations.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/server/src/main/java/org/apache/gravitino/server/web/rest/BulkUserOperations.java)|82.86%|:green_circle:|
   
||[BulkGroupOperations.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/server/src/main/java/org/apache/gravitino/server/web/rest/BulkGroupOperations.java)|77.14%|:green_circle:|
   
||[GravitinoInterceptionService.java](https://github.com/jarredhj0214/gravitino/blob/30d5b1056c827203c4f3472db9f007dfcb66cf63/server/src/main/java/org/apache/gravitino/server/web/filter/GravitinoInterceptionService.java)|66.37%|:green_circle:|
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to