File tree Expand file tree Collapse file tree
ManagedCode.Storage.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 - name : Build
5959 run : dotnet build --no-restore
6060 - name : Test
61- run : dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info --logger " trx;LogFileName=test-results.trx"
61+ run : dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info --logger ' trx;LogFileName=test-results.trx'
6262 env :
6363 DEFAULT_REGION : eu-west-1
6464 AWS_ACCESS_KEY_ID : localkey
6969 with :
7070 name : Test Reporter
7171 reporter : dotnet-trx
72- path : test-results.trx
72+ path : $(MSBuildThisFileDirectory)TestResults/$(TargetFramework) test-results.trx
7373
7474 - name : coverlet
7575 uses : b3b00/coverlet-action@1.1.9
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010 <PropertyGroup >
1111 <VSTestLogger >trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger >
12- <VSTestResultsDirectory >$(MSBuildThisFileDirectory)/ TestResults/$(TargetFramework)</VSTestResultsDirectory >
12+ <VSTestResultsDirectory >$(MSBuildThisFileDirectory)TestResults/$(TargetFramework)</VSTestResultsDirectory >
1313 </PropertyGroup >
1414 <ItemGroup >
1515 <None Update =" xunit.runner.json" >
You can’t perform that action at this time.
0 commit comments