We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bb4d4 commit f026e1fCopy full SHA for f026e1f
.github/workflows/sonar.yml
@@ -50,11 +50,11 @@ jobs:
50
/d:sonar.cs.vstest.reportsPaths="./Mastercard.Developer.ClientEncryption.Tests/bin/tests.trx" \
51
/d:sonar.cs.opencover.reportsPaths="./Mastercard.Developer.ClientEncryption.Tests/bin/coverage.xml"
52
53
- dotnet test $NETCORE5_TEST_PROJECT -c Release
+ dotnet test $NETCORE_TEST_PROJECT -c Release
54
-l:"trx;LogFileName=tests.trx" -r:"./Mastercard.Developer.ClientEncryption.Tests/bin/" /p:CollectCoverage=true
55
/p:CoverletOutputFormat="opencover"
56
/p:CoverletOutput="bin/coverage.xml"
57
58
- dotnet publish $NETCORE5_TEST_PROJECT -c Release
+ dotnet publish $NETCORE_TEST_PROJECT -c Release
59
60
dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"
0 commit comments