Skip to content

Commit fb70cc2

Browse files
Update sonar.yml
1 parent 44d1b76 commit fb70cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
/d:sonar.cs.vstest.reportsPaths="./Mastercard.Developer.OAuth1Signer.Tests/NetCore3/bin/tests.trx" \
5252
/d:sonar.cs.opencover.reportsPaths="./Mastercard.Developer.OAuth1Signer.Tests/NetCore3/bin/coverage.xml"
5353
54-
dotnet test $NETCORE5_TEST_PROJECT -c Release
54+
dotnet test $NETCORE3_TEST_PROJECT -c Release
5555
-l:"trx;LogFileName=tests.trx" -r:"./Mastercard.Developer.OAuth1Signer.Tests/NetCore3/bin/" /p:CollectCoverage=true
5656
/p:CoverletOutputFormat="opencover"
5757
/p:CoverletOutput="bin/coverage.xml"

0 commit comments

Comments
 (0)