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 2e4f8b8240 Try to fix sonar test (#6457)
2e4f8b8240 is described below

commit 2e4f8b8240ff076c3e78ea7d26b61420dc66b8e6
Author: Haonan <[email protected]>
AuthorDate: Mon Jun 27 12:09:49 2022 +0800

    Try to fix sonar test (#6457)
---
 .github/workflows/sonar-coveralls.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar-coveralls.yml 
b/.github/workflows/sonar-coveralls.yml
index 84b30f0d0b..8b8450789b 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -70,4 +70,4 @@ jobs:
           -Dsonar.projectKey=apache_incubator-iotdb \
           -Dsonar.host.url=https://sonarcloud.io \
           -Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }} \
-          -DskipTests -pl '!distribution'  -P '!testcontainer' -am
+          -DskipTests -pl '!distribution,!integration-test'  -P 
'!testcontainer' -am

Reply via email to