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 08:05:47 UTC

[iotdb] branch try_coveralls updated: try coveralls

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


The following commit(s) were added to refs/heads/try_coveralls by this push:
     new 888c6c7  try coveralls
888c6c7 is described below

commit 888c6c7aed7b99de53270a3c63e25cf2380ea532
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Jan 6 16:05:04 2021 +0800

    try coveralls
---
 .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 f9575c9..818a8a6 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -65,5 +65,4 @@ jobs:
           key: code-coverage-${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
           restore-keys: ${{ runner.os }}-m2
       - name: Code Coverage (Coveralls) Test
-        run: mvn post-integration-test -Pcode-coverage -Pcoveralls -Dservice_name=travis_ci -pl tsfile,server,jdbc,cli,session
-
+        run: mvn post-integration-test -Pcode-coverage -Pcoveralls -Dservice_name=travis_ci -D branch=$BRANCH_NAME -D pullRequest=$PR_NUMBER -D repoToken=MiEOlMMMNQhLNV4yayn7rRUPyVSQzbzbZ -pl tsfile,server,jdbc,cli,session