File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 name : .NET ${{ matrix.DOTNET_VERSION }}
1717 runs-on : windows-latest
18+ timeout-minutes : 30
1819 steps :
1920 - name : Checkout repository
2021 uses : actions/checkout@v4
3839 with :
3940 args : ' install opencover.portable codecov -y'
4041 - name : Build
41- run : dotnet build Parse.sln --configuration Debug --no-restore
42+ run : dotnet build Parse.sln --configuration Debug --no-restore /p:DebugType=full /p:GenerateFullPaths=true /p:CollectCoverage=false
4243 - name : Run tests with coverage
4344 run : |
4445 OpenCover.Console.exe -returntargetcode -target:dotnet.exe -targetargs:"test --framework net${{ matrix.DOTNET_VERSION }} --configuration Debug --test-adapter-path:. --logger:console /p:DebugType=full .\Parse.Tests\Parse.Tests.csproj" -filter:"+[Parse*]* -[Parse.Tests*]*" -oldstyle -output:parse_sdk_dotnet_coverage.xml -register:user
You can’t perform that action at this time.
0 commit comments