diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 461afa59..f683c54d 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -144,15 +144,16 @@ jobs: dotnet restore # Added verbose logging to debug 9.0.0 auth issues - dotnet sonarscanner begin /k:"mihakralj_QuanTAlib" /o:"mihakralj-quantalib" \ + # Reverted to sonar.token since the token has been updated + # Removed quotes from /k and /o to ensure they are parsed correctly + dotnet sonarscanner begin /k:mihakralj_QuanTAlib /o:mihakralj-quantalib \ /d:sonar.token="$SONAR_TOKEN" \ /d:sonar.host.url="https://sonarcloud.io" \ /d:sonar.cs.opencover.reportsPaths="coverage/*.xml" \ /d:sonar.coverage.exclusions="**Tests.cs,**/*.md,**/*.html,**/*.css,**/docs/**/*,**/archive/**/*,**/notebooks/**/*,**/obj/**/*,**/bin/**/*" \ /d:sonar.exclusions="**/TestResults/**/*,**/bin/**/*,**/obj/**/*,**/*.html,**/coverage/**/*,**/CoverageReport/**/*,**/*.md,**/*.css,**/docs/**/*,**/archive/**/*,**/notebooks/**/*" \ /d:sonar.test.exclusions="**Tests.cs,**/obj/**/*,**/bin/**/*" \ - /d:sonar.scanner.scanAll="false" \ - /d:sonar.verbose=true + /d:sonar.scanner.scanAll="false" dotnet build --no-restore --configuration Debug diff --git a/qodana.yaml b/qodana.yaml index ce490aa2..95574ff8 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,4 +1,4 @@ -#-------------------------------------------------------------------------------# + #-------------------------------------------------------------------------------# # Qodana analysis is configured by qodana.yaml file # # https://www.jetbrains.com/help/qodana/qodana-yaml.html # #-------------------------------------------------------------------------------#