You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Already present in OpenClaw.Shared.Tests; enables coverage collection for CI
OpenClaw.Shared.Tests already had both packages at the target versions — no changes needed there.
Why
The two test projects were inconsistent: OpenClaw.Tray.Tests was on xunit.runner.visualstudio 3.1.0 while OpenClaw.Shared.Tests was on 3.1.5, and Tray.Tests was missing coverlet.collector entirely. Keeping them in sync reduces the chance of different test runner behaviour between the two suites.
gh aw add githubnext/agentics/workflows/repo-assist.md@cbb46ab386962aa371045839fc9998ee4e97ca64
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch repo-assist/eng-test-deps-2026-03-19-ce79e7647cc2c89b.
🤖 This is an automated contribution from Repo Assist.
Summary
Syncs test tooling between the two test projects to reduce future maintenance friction.
Changes
tests/OpenClaw.Tray.Tests/OpenClaw.Tray.Tests.csprojxunit.runner.visualstudioOpenClaw.Shared.Tests(patch bump)coverlet.collectorOpenClaw.Shared.Tests; enables coverage collection for CIOpenClaw.Shared.Testsalready had both packages at the target versions — no changes needed there.Why
The two test projects were inconsistent:
OpenClaw.Tray.Testswas onxunit.runner.visualstudio3.1.0 whileOpenClaw.Shared.Testswas on 3.1.5, andTray.Testswas missingcoverlet.collectorentirely. Keeping them in sync reduces the chance of different test runner behaviour between the two suites.Test Status
Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
repo-assist/eng-test-deps-2026-03-19-ce79e7647cc2c89b.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests.
Show patch (38 lines)