diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index cb9bcca..09f9f68 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -34,7 +34,7 @@ jobs: 8.x - name: "Restore/Build/Test" run: | - dotnet test ./src/LittleTown.sln --configuration Release --verbosity normal --logger "nunit;LogFileName=TestResults.xml" + dotnet test ./src/LittleTown.sln --configuration Release --logger "trx;LogFileName=TestResults.trx" - name: Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them. uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8 with: diff --git a/src/LittleTown.Core.Tests/LittleTown.Core.Tests.csproj b/src/LittleTown.Core.Tests/LittleTown.Core.Tests.csproj index 0ca78a7..4ffeaf3 100644 --- a/src/LittleTown.Core.Tests/LittleTown.Core.Tests.csproj +++ b/src/LittleTown.Core.Tests/LittleTown.Core.Tests.csproj @@ -12,6 +12,7 @@ + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/LittleTown.Core.Tests/TestResults/TestResults.trx b/src/LittleTown.Core.Tests/TestResults/TestResults.trx new file mode 100644 index 0000000..58ac072 --- /dev/null +++ b/src/LittleTown.Core.Tests/TestResults/TestResults.trx @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NUnit Adapter 4.6.0.0: Test execution started +Running all tests in D:\Sandbox\projets\LittleTown\src\LittleTown.Core.Tests\bin\Debug\net8.0\LittleTown.Core.Tests.dll + NUnit3TestExecutor discovered 0 of 0 NUnit test cases using Current Discovery mode, Explicit run +NUnit Adapter 4.6.0.0: Test execution complete +[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.5+1caef2f33e (64-bit .NET 8.0.1) +[xUnit.net 00:00:00.31] Discovering: LittleTown.Core.Tests +[xUnit.net 00:00:00.33] Discovered: LittleTown.Core.Tests +[xUnit.net 00:00:00.33] Starting: LittleTown.Core.Tests +[xUnit.net 00:00:00.43] Finished: LittleTown.Core.Tests + + + + \ No newline at end of file