Skip to content

Commit d9f4603

Browse files
authored
Tests: use at-best sonar scanning.
1 parent 9365d04 commit d9f4603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ on_finish:
9999
# - "python .\\tests\\scripts\\list_sitepackages.py"
100100
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\junit-results.xml))
101101

102-
- "sonar-scanner -Dsonar.projectKey=pywin32 -Dsonar.sources=. -Dsonar.host.url=https://sonarqube.com -Dsonar.login=%SONAR_TOKEN%"
102+
- "sonar-scanner -Dsonar.projectKey=pywin32 -Dsonar.sources=. -Dsonar.host.url=https://sonarqube.com -Dsonar.login=%SONAR_TOKEN% -Dsonar.cfamily.build-wrapper-output.bypass=true"

0 commit comments

Comments
 (0)