From e37e6a22d05183c1e8041dc1927efefafa812a7b Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Mon, 14 Feb 2022 20:45:07 +0800 Subject: [PATCH] [KYUUBI #1908] Codecov for flink/trino/beeline/jdbc modules ### _Why are the changes needed?_ Add missing Codecov settings for flink/trino/beeline/jdbc modules ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1908 from yaooqinn/codecov2. Closes #1908 89f0b59d [Kent Yao] Codecov for flink/trino/beeline/jdbc modules f51cc0e8 [Kent Yao] Codecov for flink/trino/beeline/jdbc modules Authored-by: Kent Yao Signed-off-by: Cheng Pan --- dev/kyuubi-codecov/pom.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/dev/kyuubi-codecov/pom.xml b/dev/kyuubi-codecov/pom.xml index 2b7660dc5..b4e0b3b62 100644 --- a/dev/kyuubi-codecov/pom.xml +++ b/dev/kyuubi-codecov/pom.xml @@ -73,6 +73,36 @@ kyuubi-spark-sql-engine_${scala.binary.version} ${project.version} + + + org.apache.kyuubi + kyuubi-flink-sql-engine_${scala.binary.version} + ${project.version} + + + + org.apache.kyuubi + kyuubi-trino-engine_${scala.binary.version} + ${project.version} + + + + org.apache.kyuubi + kyuubi-flink-it_${scala.binary.version} + ${project.version} + + + + org.apache.kyuubi + kyuubi-hive-jdbc + ${project.version} + + + + org.apache.kyuubi + kyuubi-hive-beeline + ${project.version} + @@ -89,8 +119,9 @@ - target/codecov/*.exec + **/jacoco*.exec + ${project.reporting.outputDirectory}/jacoco-aggregate-all