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 ffd778f fix coverall
ffd778f is described below
commit ffd778fc5001e10c147547f5d92815317de1bc51
Author: HTHou <[email protected]>
AuthorDate: Wed Dec 23 15:07:02 2020 +0800
fix coverall
---
.github/workflows/sonar_and_coverall.yml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/.github/workflows/sonar_and_coverall.yml
b/.github/workflows/sonar_and_coverall.yml
index e5fc014..59657b2 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -74,11 +74,4 @@ jobs:
-D branch=$BRANCH_NAME \
-D pullRequest=$PR_NUMBER \
-D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
- -pl tsfile \
- -pl server \
- -pl jdbc \
- -pl cli \
- -pl session \
- -pl hive-connector \
- -pl flink-iotdb-connector \
- -pl flink-tsfile-connector
+ -pl
tsfile,server,jdbc,cli,session,hive-connector,flink-iotdb-connector,flink-tsfile-connector
-am