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

   <!-- coverage-report -->
   ### Code Coverage Report
   |Overall Project|66.92% **`-0.25%`**|:green_circle:|
   |:-|:-|:-:|
   |Files changed|47.08%|:red_circle:|
   <br>
   
   |Module|Coverage||
   |:-|:-|:-:|
   |aliyun|1.72%|:red_circle:|
   |api|46.8% **`-2.79%`**|:green_circle:|
   |authorization-common|85.96%|:green_circle:|
   |aws|3.66% **`-0.28%`**|:red_circle:|
   |azure|2.47%|:red_circle:|
   |catalog-common|10.04%|:red_circle:|
   |catalog-fileset|80.33%|:green_circle:|
   |catalog-glue|66.67%|:green_circle:|
   |catalog-hive|79.33%|:green_circle:|
   |catalog-jdbc-clickhouse|80.02%|:green_circle:|
   |catalog-jdbc-common|45.31%|: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|78.38%|: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|44.89%|:green_circle:|
   |catalog-lakehouse-hudi|79.1%|:green_circle:|
   |catalog-lakehouse-iceberg|85.66%|:green_circle:|
   |catalog-lakehouse-paimon|79.29%|:green_circle:|
   |catalog-model|77.72%|:green_circle:|
   |cli|44.51%|:green_circle:|
   |client-java|77.91%|:green_circle:|
   |common|50.17% **`+0.32%`**|:green_circle:|
   |core|82.49% **`-0.2%`**|:green_circle:|
   |filesystem-hadoop3|76.97%|:green_circle:|
   |flink|0.0%|:red_circle:|
   |flink-common|46.09%|:green_circle:|
   |flink-runtime|0.0%|:red_circle:|
   |gcp|14.12%|:red_circle:|
   |hadoop-common|10.39%|:red_circle:|
   |hive-metastore-common|53.42%|:green_circle:|
   |iceberg-common|56.54%|:green_circle:|
   |iceberg-rest-server|73.5% **`+0.94%`**|:green_circle:|
   |idp-basic|85.99%|:green_circle:|
   |integration-test-common|0.0%|:red_circle:|
   |jobs|66.17%|:green_circle:|
   |lance-common|20.83%|:red_circle:|
   |lance-rest-server|60.27%|:green_circle:|
   |lineage|53.02%|:green_circle:|
   |optimizer|82.95%|:green_circle:|
   |optimizer-api|21.95%|:red_circle:|
   |server|85.73%|:green_circle:|
   |server-common|73.28%|:green_circle:|
   |spark|29.85%|:red_circle:|
   |spark-common|41.01%|:green_circle:|
   |trino-connector|39.44%|:red_circle:|
   
   <details>
   <summary>Files</summary>
   
   |Module|File|Coverage||
   |:-|:-|:-|:-:|
   
|api|[ADLSTokenCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/ADLSTokenCredential.java)|0.0%|:red_circle:|
   
||[AwsIrsaCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/AwsIrsaCredential.java)|0.0%|:red_circle:|
   
||[GCSTokenCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/GCSTokenCredential.java)|0.0%|:red_circle:|
   
||[JdbcCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/JdbcCredential.java)|0.0%|:red_circle:|
   
||[OSSSecretKeyCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/OSSSecretKeyCredential.java)|0.0%|:red_circle:|
   
||[OSSTokenCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/OSSTokenCredential.java)|0.0%|:red_circle:|
   
||[S3SecretKeyCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/S3SecretKeyCredential.java)|0.0%|:red_circle:|
   
||[S3TokenCredential.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/api/src/main/java/org/apache/gravitino/credential/S3TokenCredential.java)|0.0%|:red_circle:|
   
|aws|[AwsIrsaCredentialGenerator.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/bundles/aws/src/main/java/org/apache/gravitino/s3/credential/AwsIrsaCredentialGenerator.java)|3.25%|:red_circle:|
   
|common|[CredentialPropertyUtils.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/common/src/main/java/org/apache/gravitino/credential/CredentialPropertyUtils.java)|75.34%|:green_circle:|
   
|core|[CatalogCredentialManager.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/core/src/main/java/org/apache/gravitino/credential/CatalogCredentialManager.java)|1.61%|:red_circle:|
   
|iceberg-rest-server|[IcebergRESTUtils.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/IcebergRESTUtils.java)|86.44%|:green_circle:|
   
||[CatalogWrapperForREST.java](https://github.com/apache/gravitino/blob/c5aad5e927fb08c4f1b2d0188d71a59bf38c3be0/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/CatalogWrapperForREST.java)|76.91%|: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