Skip to content

Commit 2e2c9d8

Browse files
committed
Updates test logging to TRX format
Replaces GitHub Actions test logger with TRX logger for improved test result reporting Removes unused test logging package reference
1 parent 6c45b37 commit 2e2c9d8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Test
4747
run: dotnet test tests/KumikoUI.Core.Tests/KumikoUI.Core.Tests.csproj
48-
--no-restore -c Release --logger "github-actions" --results-directory TestResults
48+
--no-restore -c Release --logger "trx" --results-directory TestResults
4949

5050
- name: Upload test results
5151
if: always()

tests/KumikoUI.Core.Tests/KumikoUI.Core.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="coverlet.collector" Version="6.0.2" />
12-
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
1312
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1413
<PackageReference Include="xunit" Version="2.9.2" />
1514
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

0 commit comments

Comments
 (0)