Skip to content

[Repo Assist] eng: sync xunit.runner.visualstudio to 3.1.4 and add coverlet.collector to Tray.Tests#97

Draft
github-actions[bot] wants to merge 1 commit intomasterfrom
repo-assist/eng-sync-test-tooling-task4-eeb7e5243d259582-18bf70dfa636f6a5
Draft

[Repo Assist] eng: sync xunit.runner.visualstudio to 3.1.4 and add coverlet.collector to Tray.Tests#97
github-actions[bot] wants to merge 1 commit intomasterfrom
repo-assist/eng-sync-test-tooling-task4-eeb7e5243d259582-18bf70dfa636f6a5

Conversation

@github-actions
Copy link
Contributor

🤖 This is an automated contribution from Repo Assist.

Syncs test tooling between the two test projects to reduce future maintenance friction.

Changes

tests/OpenClaw.Tray.Tests/OpenClaw.Tray.Tests.csproj

Package Before After Notes
xunit.runner.visualstudio 3.1.0 3.1.4 Sync with OpenClaw.Shared.Tests
coverlet.collector (missing) 6.0.4 Already present in OpenClaw.Shared.Tests; enables coverage collection

OpenClaw.Shared.Tests already had both packages at the target versions — no changes needed there.

Why

OpenClaw.Tray.Tests was on xunit.runner.visualstudio 3.1.0 while OpenClaw.Shared.Tests was on 3.1.4, and Tray.Tests was missing coverlet.collector entirely. Keeping them in sync avoids different test runner behaviour between the two suites and aligns CI coverage tooling.

Test Status

Tests could not be run in the Linux CI environment (project targets Windows). Changes are limited to package version bumps with no logic impact; the same packages were already validated in OpenClaw.Shared.Tests.

Closes #73
Closes #90

Generated by Repo Assist ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@cbb46ab386962aa371045839fc9998ee4e97ca64

…or to Tray.Tests

- Update xunit.runner.visualstudio from 3.1.0 to 3.1.4 (matches Shared.Tests)
- Add coverlet.collector 6.0.4 (matches Shared.Tests) for coverage reporting

Both test projects now use identical test tooling versions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

0 participants