Skip to content

Commit 27eb590

Browse files
committed
feat(sonar): Fixup Add optional static analysis with sonarcube
Minor typo that was not tested in CI but can help developer to run coverage locally eg: $ ./helper.mk SONAR_OUT_DIR=sonar sonar/setup default coverage Origin: #134 Last-Update: 2025-07-23 Forwarded: #134 Signed-off-by: Philippe Coval <[email protected]>
1 parent 8203d28 commit 27eb590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ app_dir?=opt
7070

7171
# To be overloaded from env
7272
BRANCH_NAME?=tmp/local/${USER}/main
73-
SONAR_HOST_URL?=https://sonarcloud.io)
73+
SONAR_HOST_URL?=https://sonarcloud.io
7474
SONAR_TOKEN?=${USER}
7575

7676
sonar_bw_url?=${SONAR_HOST_URL}/static/cpp/build-wrapper-linux-x86.zip

0 commit comments

Comments
 (0)