fix build
Some checks failed
SonarQube / Build and analyze (push) Failing after 1m9s

This commit is contained in:
Leonid Pershin
2025-10-21 05:44:18 +03:00
parent e5e69470f8
commit 98b6a42400

View File

@@ -53,4 +53,4 @@ jobs:
echo "Running tests with coverage..."
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./coverage/ /p:Exclude="[*]*.Migrations.*" /p:ExcludeByFile="**/Migrations/*.cs"
echo "Ending SonarQube analysis..."
~/.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
~/.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"