fix
All checks were successful
SonarQube / Build and analyze (push) Successful in 3m57s

This commit is contained in:
Leonid Pershin
2025-10-21 07:03:30 +03:00
parent f668c48bbc
commit 6822ed6972

View File

@@ -38,8 +38,7 @@ jobs:
ls -la
echo "Starting SonarQube scanner..."
~/.sonar/scanner/dotnet-sonarscanner begin \
/k:"mrleo1nid_chatbot" \
/o:"mrleo1nid" \
/k:"ChatBot" \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
/d:sonar.cs.opencover.reportsPaths="**/coverage.opencover.xml" \