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 33beaad commit ea47510Copy full SHA for ea47510
.github/workflows/sonar.yml
@@ -52,7 +52,7 @@ jobs:
52
/d:sonar.cs.opencover.reportsPaths="./Mastercard.Developer.OAuth1Signer.Tests/Net5/bin/coverage.xml"
53
54
dotnet test $NETCORE5_TEST_PROJECT -c Release
55
- -l:"trx;LogFileName=tests.trx" -r:"bin/" /p:CollectCoverage=true
+ -l:"trx;LogFileName=tests.trx" -r:"./Mastercard.Developer.OAuth1Signer.Tests/Net5/bin/" /p:CollectCoverage=true
56
/p:CoverletOutputFormat="opencover"
57
/p:CoverletOutput="bin/coverage.xml"
58
0 commit comments