Skip to content

Commit

Permalink
Sonarcloud increase log level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jan 18, 2024
1 parent 0e21227 commit 3ce4bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 3ce4bd1

Please sign in to comment.