You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/12/23 10:13:11 UTC

[iotdb] 02/02: try coverall

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

commit 6e9e276ecc48dff018c349f63686b9f69f583d4e
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Dec 23 17:51:54 2020 +0800

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

diff --git a/.github/workflows/sonar_and_coverall.yml b/.github/workflows/sonar_and_coverall.yml
index bb901bb..78b8cd5 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -64,7 +64,7 @@ jobs:
           key: code-coverage-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
           restore-keys: ${{ runner.os }}-m2
       - name: Run Integration Test
-        run: mvn -B post-integration-test -Pcode-coverage -Pcoveralls -pl '!distribution' -am
+        run: mvn -B post-integration-test -Pcode-coverage -Pcoveralls -pl tsfile,server -am
       - name: Code Coverage (Coveralls) Test
         run: |
           mvn -B coveralls:report \
@@ -73,4 +73,4 @@ jobs:
           -D branch=$BRANCH_NAME \
           -D pullRequest=$PR_NUMBER \
           -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
-          -pl '!distribution' -am
+          -pl tsfile,server