Skip to content

Commit d8923cc

Browse files
committed
Update sonar CI support
1 parent 7350f62 commit d8923cc

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/wide_integer_sonar.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
uses: SonarSource/sonarqube-scan-action@v6.0.0
4040
env:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
42-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
4342
with:
4443
args: >
4544
--define sonar.cfamily.compile-commands=${{ runner.workspace }}/build_wrapper_output_directory/compile_commands.json
45+
-Dsonar.organization=ckormanyos
46+
-Dsonar.projectName=wide-integer
47+
-Dsonar.projectKey=ckormanyos_wide-integer

sonar-project.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sonar.projectKey=ckormanyos_wide-integer
21
sonar.organization=ckormanyos
2+
sonar.projectKey=ckormanyos_wide-integer
33

44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=wide-integer
@@ -10,7 +10,3 @@ sonar.sources=.
1010

1111
# Encoding of the source code. Default is default system encoding
1212
#sonar.sourceEncoding=UTF-8
13-
14-
sonar.python.version=2.7
15-
16-
sonar.cfamily.cache.enabled=false

0 commit comments

Comments
 (0)