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 9091ea1  try coverall
9091ea1 is described below

commit 9091ea1ca5086e8926fbbb78a71c08f69f7c7d3b
Author: HTHou <[email protected]>
AuthorDate: Wed Dec 23 17:57:12 2020 +0800

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

diff --git a/.github/workflows/sonar_and_coverall.yml 
b/.github/workflows/sonar_and_coverall.yml
index 78b8cd5..2541fd1 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -8,6 +8,7 @@ on:
     branches: 
       - master
       - 'rel/*'
+      - try_coverall
     paths-ignore:
       - 'docs/**'
   pull_request:
@@ -64,7 +65,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 
tsfile,server -am
+        run: mvn -B post-integration-test -Pcode-coverage -Pcoveralls -pl 
server -am
       - name: Code Coverage (Coveralls) Test
         run: |
           mvn -B coveralls:report \
@@ -73,4 +74,4 @@ jobs:
           -D branch=$BRANCH_NAME \
           -D pullRequest=$PR_NUMBER \
           -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ \
-          -pl tsfile,server
+          -pl server,tsfile

Reply via email to