This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch try_coverall
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/try_coverall by this push:
     new 761b3d7  fix coverall
761b3d7 is described below

commit 761b3d73466735799712ff0750e198910fb2ddf0
Author: HTHou <[email protected]>
AuthorDate: Wed Dec 23 14:42:00 2020 +0800

    fix coverall
---
 .github/workflows/sonar_and_coverall.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/sonar_and_coverall.yml 
b/.github/workflows/sonar_and_coverall.yml
index 68e5fa6..e5fc014 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -74,4 +74,11 @@ jobs:
           -D branch=$BRANCH_NAME \
           -D pullRequest=$PR_NUMBER \
           -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
-          -pl server,cli,session
+          -pl tsfile \
+          -pl server \
+          -pl jdbc \
+          -pl cli \
+          -pl session \
+          -pl hive-connector \
+          -pl flink-iotdb-connector \
+          -pl flink-tsfile-connector

Reply via email to