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 155f9e5  try coverall
155f9e5 is described below

commit 155f9e51d9555ad5e1133235dfe78a4aa4f62de4
Author: HTHou <[email protected]>
AuthorDate: Thu Dec 24 10:50:30 2020 +0800

    try coverall
---
 .github/workflows/sonar_and_coverall.yml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/sonar_and_coverall.yml 
b/.github/workflows/sonar_and_coverall.yml
index 58aaf71..0cada06 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -66,21 +66,13 @@ jobs:
           restore-keys: ${{ runner.os }}-m2
       - name: Run Integration Test
         run: mvn -B post-integration-test -Pcode-coverage -Pcoveralls -pl 
server -am
-      - name: Code Coverage (Coveralls) Server Test
+      - name: Code Coverage (Coveralls) Test
         run: |
-          mvn -B coveralls:report \
+          mvn -B 
           --no-transfer-progress \
           -DserviceName=travis_ci \
           -D branch=$BRANCH_NAME \
           -D pullRequest=$PR_NUMBER \
           -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
-          -pl server
-      - name: Code Coverage (Coveralls) TsFile Test
-        run: |
-          mvn -B coveralls:report \
-          --no-transfer-progress \
-          -DserviceName=travis_ci \
-          -D branch=$BRANCH_NAME \
-          -D pullRequest=$PR_NUMBER \
-          -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
-          -pl tsfile
+          -pl server,tsfile \
+          coveralls:report

Reply via email to