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 2021/01/06 07:47:29 UTC

[iotdb] branch try_coveralls created (now 505e51f)

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

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


      at 505e51f  try coveralls

This branch includes the following new commits:

     new 505e51f  try coveralls

The 1 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.



[iotdb] 01/01: try coveralls

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 505e51f2e153a3b90f058a30bc75421782b430f6
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Jan 6 15:47:01 2021 +0800

    try coveralls
---
 .github/workflows/sonar_and_coverall.yml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/sonar_and_coverall.yml b/.github/workflows/sonar_and_coverall.yml
index f8d201d..f9575c9 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -8,6 +8,7 @@ on:
     branches: 
       - master
       - 'rel/*'
+      - try_coveralls
     paths-ignore:
       - 'docs/**'
   pull_request:
@@ -63,14 +64,6 @@ jobs:
           path: ~/.m2
           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
       - name: Code Coverage (Coveralls) 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,server,jdbc,cli,session,hive-connector,flink-iotdb-connector,flink-tsfile-connector
+        run: mvn post-integration-test -Pcode-coverage -Pcoveralls -Dservice_name=travis_ci -pl tsfile,server,jdbc,cli,session
+