This commit is contained in:
@@ -38,8 +38,7 @@ jobs:
|
|||||||
ls -la
|
ls -la
|
||||||
echo "Starting SonarQube scanner..."
|
echo "Starting SonarQube scanner..."
|
||||||
~/.sonar/scanner/dotnet-sonarscanner begin \
|
~/.sonar/scanner/dotnet-sonarscanner begin \
|
||||||
/k:"mrleo1nid_chatbot" \
|
/k:"ChatBot" \
|
||||||
/o:"mrleo1nid" \
|
|
||||||
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
|
||||||
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
|
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
|
||||||
/d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" \
|
/d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" \
|
||||||
|
|||||||
Reference in New Issue
Block a user