Skip to content

Commit cf24e3e

Browse files
authored
fix: testing sonarqube scan args again (#1972)
Signed-off-by: Stephen Mackenzie <[email protected]>
1 parent a1d6e3a commit cf24e3e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sonarcloud.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
env:
1717
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1818
args: >
19-
-Dsonar.organization="academysoftwarefoundation"
20-
-Dsonar.projectKey="AcademySoftwareFoundation_rez"
21-
-Dsonar.projectName="rez"
22-
-Dsonar.sources="src/"
23-
-Dsonar.tests="tests/"
24-
-Dsonar.exclusions="sonar.exclusions=src/build_utils/**,src/rez/data/**,src/rez/tests/**,src/rez/vendor/**"
25-
-Dsonar.python.version="3.7, 3.8, 3.9, 3.10, 3.11, 3.12"
19+
-Dsonar.organization="academysoftwarefoundation"
20+
-Dsonar.projectKey="AcademySoftwareFoundation_rez"
21+
-Dsonar.projectName="rez"
22+
-Dsonar.sources="src/"
23+
-Dsonar.tests="tests/"
24+
-Dsonar.exclusions="sonar.exclusions=src/build_utils/**,src/rez/data/**,src/rez/tests/**,src/rez/vendor/**"
25+
-Dsonar.python.version="3.7, 3.8, 3.9, 3.10, 3.11, 3.12"

0 commit comments

Comments
 (0)