This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new f303a99250 [Chore](checks) set compile_commands.json path on sonar
cloud config (#24374)
f303a99250 is described below
commit f303a99250d060cf2df00df3aa0f700a534d744b
Author: Pxl <[email protected]>
AuthorDate: Thu Sep 14 16:52:30 2023 +0800
[Chore](checks) set compile_commands.json path on sonar cloud config
(#24374)
set compile_commands.json path on sonar cloud config
---
.github/workflows/code-checks.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/code-checks.yml
b/.github/workflows/code-checks.yml
index 3f4c8fd4d5..3ba0cf7da7 100644
--- a/.github/workflows/code-checks.yml
+++ b/.github/workflows/code-checks.yml
@@ -151,11 +151,11 @@ jobs:
if: ${{ steps.filter.outputs.be_changes == 'true' }}
uses: sonarsource/sonarcloud-github-action@master
with:
- projectBaseDir: be
args: >
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=apache
-Dsonar.projectKey=apache_incubator-doris
+
-Dsonar.cfamily.compile-commands=be/build_Release/compile_commands.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]