From f026e1f52670aded6b106e8a9773fdba6eb79108 Mon Sep 17 00:00:00 2001 From: cormacdalton <145557886+cormacdalton@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:28:31 +0100 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 66d512c..3793bd1 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -50,11 +50,11 @@ jobs: /d:sonar.cs.vstest.reportsPaths="./Mastercard.Developer.ClientEncryption.Tests/bin/tests.trx" \ /d:sonar.cs.opencover.reportsPaths="./Mastercard.Developer.ClientEncryption.Tests/bin/coverage.xml" - dotnet test $NETCORE5_TEST_PROJECT -c Release + dotnet test $NETCORE_TEST_PROJECT -c Release -l:"trx;LogFileName=tests.trx" -r:"./Mastercard.Developer.ClientEncryption.Tests/bin/" /p:CollectCoverage=true /p:CoverletOutputFormat="opencover" /p:CoverletOutput="bin/coverage.xml" - dotnet publish $NETCORE5_TEST_PROJECT -c Release + dotnet publish $NETCORE_TEST_PROJECT -c Release dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"