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 ad623d8c430 Fix sonar analysis warning (#12363)
ad623d8c430 is described below
commit ad623d8c430d36ecc261b3dff9e1d5c82dfdedfd
Author: Haonan <[email protected]>
AuthorDate: Wed Apr 17 16:36:42 2024 +0800
Fix sonar analysis warning (#12363)
---
.github/workflows/sonar-codecov.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonar-codecov.yml
b/.github/workflows/sonar-codecov.yml
index df12ba6ba53..46fa342af15 100644
--- a/.github/workflows/sonar-codecov.yml
+++ b/.github/workflows/sonar-codecov.yml
@@ -79,5 +79,5 @@ jobs:
-Dsonar.organization=apache \
-Dsonar.projectKey=apache_iotdb \
-Dsonar.host.url=https://sonarcloud.io \
- -Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }} \
+ -Dsonar.token=${{ secrets.SONARCLOUD_TOKEN }} \
-DskipTests -pl '!distribution,!integration-test' -am