diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 310c4610a..a7440d758 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -74,7 +74,7 @@ jobs: GetIntoTeachingApi/Program.cs\ " \ /d:sonar.verbose=true \ - /d:sonar.log.level="DEBUG" + /d:sonar.log.level="INFO" dotnet build dotnet test --no-build --logger:trx -e:CollectCoverage=true -e:CoverletOutputFormat=opencover dotnet sonarscanner end /d:sonar.login="${{ steps.fetch-secrets.outputs.SONAR-TOKEN }}"