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/06/01 14:53:35 UTC

[iotdb] branch master updated: Enable sonar-coveralls for pr from fork repos (#3293)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a99bf9c  Enable sonar-coveralls for pr from fork repos (#3293)
a99bf9c is described below

commit a99bf9c78eb02f2258f442ae7af725f3fff23ad3
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Jun 1 22:52:21 2021 +0800

    Enable sonar-coveralls for pr from fork repos (#3293)
---
 .github/workflows/sonar-coveralls.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/sonar-coveralls.yml b/.github/workflows/sonar-coveralls.yml
index 299ab84..42e6311 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -64,7 +64,5 @@ jobs:
           -Dsonar.projectKey=apache_incubator-iotdb \
           -Dsonar.host.url=https://sonarcloud.io \
           -Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }} \
-          -Dsonar.pullrequest.branch=$GITHUB_HEAD_REF \
-          -Dsonar.pullrequest.base=$GITHUB_BASE_REF \
           -Dsonar.pullrequest.key=$PR_NUMBER \
           -DskipTests -pl '!distribution' -am