Skip to content

Commit e37e6a2

Browse files
yaooqinnpan3793
authored andcommitted
[KYUUBI #1908] Codecov for flink/trino/beeline/jdbc modules
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> 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 89f0b59 [Kent Yao] Codecov for flink/trino/beeline/jdbc modules f51cc0e [Kent Yao] Codecov for flink/trino/beeline/jdbc modules Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 90faa86 commit e37e6a2

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

dev/kyuubi-codecov/pom.xml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,36 @@
7373
<artifactId>kyuubi-spark-sql-engine_${scala.binary.version}</artifactId>
7474
<version>${project.version}</version>
7575
</dependency>
76+
77+
<dependency>
78+
<groupId>org.apache.kyuubi</groupId>
79+
<artifactId>kyuubi-flink-sql-engine_${scala.binary.version}</artifactId>
80+
<version>${project.version}</version>
81+
</dependency>
82+
83+
<dependency>
84+
<groupId>org.apache.kyuubi</groupId>
85+
<artifactId>kyuubi-trino-engine_${scala.binary.version}</artifactId>
86+
<version>${project.version}</version>
87+
</dependency>
88+
89+
<dependency>
90+
<groupId>org.apache.kyuubi</groupId>
91+
<artifactId>kyuubi-flink-it_${scala.binary.version}</artifactId>
92+
<version>${project.version}</version>
93+
</dependency>
94+
95+
<dependency>
96+
<groupId>org.apache.kyuubi</groupId>
97+
<artifactId>kyuubi-hive-jdbc</artifactId>
98+
<version>${project.version}</version>
99+
</dependency>
100+
101+
<dependency>
102+
<groupId>org.apache.kyuubi</groupId>
103+
<artifactId>kyuubi-hive-beeline</artifactId>
104+
<version>${project.version}</version>
105+
</dependency>
76106
</dependencies>
77107

78108
<build>
@@ -89,8 +119,9 @@
89119
</goals>
90120
<configuration>
91121
<dataFileIncludes>
92-
<dataFileInclude>target/codecov/*.exec</dataFileInclude>
122+
<dataFileInclude>**/jacoco*.exec</dataFileInclude>
93123
</dataFileIncludes>
124+
<outputDirectory>${project.reporting.outputDirectory}/jacoco-aggregate-all</outputDirectory>
94125
</configuration>
95126
</execution>
96127
</executions>

0 commit comments

Comments
 (0)