File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 java-version : ' 11'
3333 - name : Test
3434 env :
35- NETCORE2_TEST_PROJECT : >-
36- Mastercard.Developer.OAuth1Signer.Tests/NetCore2/Mastercard.Developer.OAuth1Signer.Tests.NetCore2 .csproj
35+ NETCORE5_TEST_PROJECT : >-
36+ Mastercard.Developer.OAuth1Signer.Tests/NetCore2/Mastercard.Developer.OAuth1Signer.Tests.Net5 .csproj
3737 GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
3838 SONAR_TOKEN : ' ${{ secrets.SONAR_TOKEN }}'
3939 run : >
@@ -48,10 +48,10 @@ jobs:
4848 /o:"mastercard" \
4949 /d:sonar.host.url="https://sonarcloud.io" \
5050 /d:sonar.login="$SONAR_TOKEN" \
51- /d:sonar.cs.vstest.reportsPaths="./Mastercard.Developer.OAuth1Signer.Tests/NetCore2 /bin/tests.trx" \
52- /d:sonar.cs.opencover.reportsPaths="./Mastercard.Developer.OAuth1Signer.Tests/NetCore2 /bin/coverage.xml"
51+ /d:sonar.cs.vstest.reportsPaths="./Mastercard.Developer.OAuth1Signer.Tests/Net5 /bin/tests.trx" \
52+ /d:sonar.cs.opencover.reportsPaths="./Mastercard.Developer.OAuth1Signer.Tests/Net5 /bin/coverage.xml"
5353
54- dotnet test $NETCORE2_TEST_PROJECT -c Release
54+ dotnet test $NETCORE5_TEST_PROJECT -c Release
5555 -l:"trx;LogFileName=tests.trx" -r:"bin/" /p:CollectCoverage=true
5656 /p:CoverletOutputFormat="opencover"
5757 /p:CoverletOutput="bin/coverage.xml"
You can’t perform that action at this time.
0 commit comments