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:09 UTC

[iotdb] branch try_coverall updated (dc36cc5 -> 6e9e276)

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

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


    from dc36cc5  try coverall
     new ec91eb4  try coverall
     new 6e9e276  try coverall

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/sonar_and_coverall.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


[iotdb] 01/02: try coverall

Posted by ha...@apache.org.
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 ec91eb45082a003d7cec5191e9c6221b93646ed1
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Dec 23 17:47:41 2020 +0800

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

diff --git a/.github/workflows/sonar_and_coverall.yml b/.github/workflows/sonar_and_coverall.yml
index cf6ab4c..bb901bb 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -8,7 +8,6 @@ on:
     branches: 
       - master
       - 'rel/*'
-      - try_coverall
     paths-ignore:
       - 'docs/**'
   pull_request:
@@ -74,4 +73,4 @@ jobs:
           -D branch=$BRANCH_NAME \
           -D pullRequest=$PR_NUMBER \
           -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
-          -pl tsfile,server,jdbc,cli,session -am 
+          -pl '!distribution' -am


[iotdb] 02/02: try coverall

Posted by ha...@apache.org.
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