This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch compute-resource-balance-1.2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 7873366803b6e4dda7ae8f6e3d086ca0e08a685d Author: Haonan <[email protected]> AuthorDate: Mon Jul 17 15:49:47 2023 +0800 Update sonar key in sonar-coveralls.yml (#10567) https://issues.apache.org/jira/browse/INFRA-24794 --- .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 22a56157900..23ec394a897 100644 --- a/.github/workflows/sonar-coveralls.yml +++ b/.github/workflows/sonar-coveralls.yml @@ -74,7 +74,7 @@ jobs: run: | mvn -B verify sonar:sonar \ -Dsonar.organization=apache \ - -Dsonar.projectKey=apache_incubator-iotdb \ + -Dsonar.projectKey=apache_iotdb \ -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }} \ -DskipTests -pl '!distribution,!integration-test' -am
