Skip to content

Commit 08e78db

Browse files
committed
ci(sonar): set organization to lugarini
SonarCloud org is 'lugarini' (not the GitHub owner). Update sonar.organization and the project key to lugarini_NeoReports in both sonar-project.properties and the scanner invocation. The job remains gated on SONAR_ENABLED.
1 parent 9904e71 commit 08e78db

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |
5757
dotnet sonarscanner begin \
58-
/k:"thiagoluga_NeoReports" \
59-
/o:"thiagoluga" \
58+
/k:"lugarini_NeoReports" \
59+
/o:"lugarini" \
6060
/d:sonar.host.url="https://sonarcloud.io" \
6161
/d:sonar.token="${SONAR_TOKEN}" \
6262
/d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# which passes the project key, organization, and coverage report on the command line.
44
# This file documents the canonical values and any extra settings.
55

6-
sonar.projectKey=thiagoluga_NeoReports
7-
sonar.organization=thiagoluga
6+
sonar.projectKey=lugarini_NeoReports
7+
sonar.organization=lugarini
88

99
# Human-friendly name shown in the SonarCloud UI.
1010
sonar.projectName=NeoReports

0 commit comments

Comments
 (0)