File tree Expand file tree Collapse file tree 5 files changed +2
-29
lines changed
Expand file tree Collapse file tree 5 files changed +2
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 shell : pwsh
3838 run : |
3939 $env:COMPlus_gcServer=1
40- dotnet test --no-build Content.Tests/Content.Tests.csproj -v n --collect "XPlat Code Coverage" --results-directory:"./TestResults/"
40+ dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
4141 - name : Content.Tests (Optimizations Disabled)
4242 shell : pwsh
4343 env :
@@ -49,21 +49,12 @@ jobs:
4949 shell : pwsh
5050 run : |
5151 $env:COMPlus_gcServer=1
52- dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n --collect "XPlat Code Coverage" --results-directory:"./TestResults/"
52+ dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n
5353 - name : Publish OpenDream
5454 if : github.event_name == 'push'
5555 run : |
5656 dotnet run --project OpenDreamPackageTool --no-build --configuration Release -- --server --hybrid-acz --configuration Release --platform ${{ matrix.os == 'windows-latest' && 'win-x64' || 'linux-x64' }} --output output_release/
5757 dotnet run --project OpenDreamPackageTool --no-build --configuration Release -- --server --hybrid-acz --configuration Tools --platform ${{ matrix.os == 'windows-latest' && 'win-x64' || 'linux-x64' }} --output output_tools/
58- - name : Upload Test Coverage to CodeCov
59- uses : codecov/codecov-action@v5
60- with :
61- directory : ./TestResults
62- fail_ci_if_error : true
63- token : ${{ secrets.CODECOV_TOKEN }}
64- slug : OpenDream/OpenDream
65- verbose : true
66- handle_no_reports_found : true
6758 - name : Publish DMCompiler
6859 if : github.event_name == 'push'
6960 run : dotnet publish DMCompiler -c Release -o output_release/DMCompiler_${{ matrix.os == 'windows-latest' && 'win-x64' || 'linux-x64' }}
Original file line number Diff line number Diff line change 1212 <AssemblyName >Content.IntegrationTests</AssemblyName >
1313 </PropertyGroup >
1414 <ItemGroup >
15- <PackageReference Include =" coverlet.collector" >
16- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17- <PrivateAssets >all</PrivateAssets >
18- </PackageReference >
1915 <PackageReference Include =" NUnit" />
2016 <PackageReference Include =" NUnit3TestAdapter" />
2117 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
Original file line number Diff line number Diff line change 1515 <AssemblyName >Content.Tests</AssemblyName >
1616 </PropertyGroup >
1717 <ItemGroup >
18- <PackageReference Include =" coverlet.collector" >
19- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20- <PrivateAssets >all</PrivateAssets >
21- </PackageReference >
2218 <PackageReference Include =" NUnit" />
2319 <PackageReference Include =" NUnit.ConsoleRunner" />
2420 <PackageReference Include =" NUnit3TestAdapter" />
Original file line number Diff line number Diff line change 11<Project >
22 <Import Project =" RobustToolbox/Directory.Packages.props" />
33 <ItemGroup >
4- <PackageVersion Include =" coverlet.collector" Version =" 6.0.4" >
5- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6- <PrivateAssets >all</PrivateAssets >
7- </PackageVersion >
84 <PackageVersion Include =" NUnit.ConsoleRunner" Version =" 3.15.0" />
95 <PackageVersion Include =" Byond.TopicSender" Version =" 8.0.1" />
106 <PackageVersion Include =" Tracy-CSharp" Version =" 0.11.1-hotfix" />
You can’t perform that action at this time.
0 commit comments