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

   <!-- coverage-report -->
   ### Code Coverage Report
   |Overall Project|68.94% **`-0.11%`**|:green_circle:|
   |:-|:-|:-:|
   |Files changed|62.42%|:green_circle:|
   <br>
   
   |Module|Coverage||
   |:-|:-|:-:|
   |aliyun|19.74%|:red_circle:|
   |api|51.91% **`+1.71%`**|:green_circle:|
   |authorization-common|85.96%|:green_circle:|
   |authorization-ranger|4.38%|:red_circle:|
   |aws|53.54%|:green_circle:|
   |azure|32.1%|:red_circle:|
   |catalog-common|20.87%|:red_circle:|
   |catalog-fileset|82.17%|:green_circle:|
   |catalog-glue|69.24%|:green_circle:|
   |catalog-hive|82.96%|:green_circle:|
   |catalog-jdbc-common|45.69%|:green_circle:|
   |catalog-jdbc-doris|82.69%|:green_circle:|
   |catalog-jdbc-mysql|79.33%|:green_circle:|
   |catalog-jdbc-postgresql|83.39%|:green_circle:|
   |catalog-jdbc-starrocks|79.16%|:green_circle:|
   |catalog-kafka|76.99%|:green_circle:|
   |catalog-lakehouse-generic|60.55%|:green_circle:|
   |catalog-lakehouse-hudi|79.1%|:green_circle:|
   |catalog-lakehouse-iceberg|85.86%|:green_circle:|
   |catalog-lakehouse-paimon|84.29%|:green_circle:|
   |catalog-model|77.99%|:green_circle:|
   |cli|44.51%|:green_circle:|
   |client-java|77.37%|:green_circle:|
   |common|56.34%|:green_circle:|
   |core|83.82% **`-0.8%`**|:green_circle:|
   |filesystem-hadoop3|76.48%|:green_circle:|
   |flink|0.0%|:red_circle:|
   |flink-common|52.1%|:green_circle:|
   |flink-runtime|0.0%|:red_circle:|
   |gcp|32.2%|:red_circle:|
   |hadoop-auth|68.0%|:green_circle:|
   |hadoop-common|17.84%|:red_circle:|
   |hive-metastore-common|53.4%|:green_circle:|
   |iceberg-aliyun-bundle|0.0%|:red_circle:|
   |iceberg-common|64.75%|:green_circle:|
   |iceberg-rest-server|75.96% **`-1.26%`**|:green_circle:|
   |idp-basic|86.42%|:green_circle:|
   |integration-test-common|0.0%|:red_circle:|
   |jobs|62.92%|:green_circle:|
   |lance-common|32.52%|:red_circle:|
   |lance-rest-server|65.69%|:green_circle:|
   |lineage|53.02%|:green_circle:|
   |optimizer|83.17%|:green_circle:|
   |optimizer-api|21.95%|:red_circle:|
   |server|88.47% **`-0.43%`**|:green_circle:|
   |server-common|80.71% **`+0.89%`**|:green_circle:|
   |spark|28.57%|:red_circle:|
   |spark-common|52.04%|:green_circle:|
   |tencent|81.78%|:green_circle:|
   |trino-connector|51.26%|:green_circle:|
   
   <details>
   <summary>Files</summary>
   
   |Module|File|Coverage||
   |:-|:-|:-|:-:|
   
|api|[Privilege.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/api/src/main/java/org/apache/gravitino/authorization/Privilege.java)|96.0%|:green_circle:|
   
||[Privileges.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/api/src/main/java/org/apache/gravitino/authorization/Privileges.java)|64.84%|:green_circle:|
   
||[SecurableObjects.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/api/src/main/java/org/apache/gravitino/authorization/SecurableObjects.java)|62.3%|:green_circle:|
   
|core|[SemanticModelHookDispatcher.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/core/src/main/java/org/apache/gravitino/hook/SemanticModelHookDispatcher.java)|100.0%|:green_circle:|
   
||[AuthorizationUtils.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java)|63.67%|:green_circle:|
   
||[MetadataObjectUtil.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/core/src/main/java/org/apache/gravitino/utils/MetadataObjectUtil.java)|57.35%|:red_circle:|
   
||[GravitinoEnv.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/core/src/main/java/org/apache/gravitino/GravitinoEnv.java)|29.55%|:red_circle:|
   
||[EntityClassMapper.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/core/src/main/java/org/apache/gravitino/utils/EntityClassMapper.java)|0.0%|:red_circle:|
   
|iceberg-rest-server|[RenameViewAuthzHandler.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/server/web/filter/RenameViewAuthzHandler.java)|0.0%|:red_circle:|
   
|server|[ViewOperations.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/server/src/main/java/org/apache/gravitino/server/web/rest/ViewOperations.java)|100.0%|:green_circle:|
   
||[GravitinoInterceptionService.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/server/src/main/java/org/apache/gravitino/server/web/filter/GravitinoInterceptionService.java)|70.4%|:green_circle:|
   
|server-common|[AuthorizationExpressionConverter.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/server-common/src/main/java/org/apache/gravitino/server/authorization/expression/AuthorizationExpressionConverter.java)|98.25%|:green_circle:|
   
||[JcasbinAuthorizationCacheKeys.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/server-common/src/main/java/org/apache/gravitino/server/authorization/jcasbin/JcasbinAuthorizationCacheKeys.java)|95.74%|:green_circle:|
   
||[MetadataIdConverter.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/server-common/src/main/java/org/apache/gravitino/server/authorization/MetadataIdConverter.java)|75.86%|:green_circle:|
   
||[AuthorizationExpressionConstants.java](https://github.com/laserninja/gravitino/blob/f658ed616355ba1286268c9dcc0a8ea20309f9c4/server-common/src/main/java/org/apache/gravitino/server/authorization/expression/AuthorizationExpressionConstants.java)|0.0%|:red_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