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

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

commit 18b4c79f30e8e60bcf39906077aa1e889bffb13a
Author: Haonan <[email protected]>
AuthorDate: Mon Jun 27 10:42:55 2022 +0800

    Try to fix sonar test
---
 .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