• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rtmx-ai / rtmx
83%

Build:
DEFAULT BRANCH: main
Repo Added 21 Jan 2026 08:54PM UTC
Token UQWQeTb9DG0aGDMkv5BgIxIqrz4yItFeo regen
Build 230 Last
Files 119
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • auto/update-screenshots-20260210-151310
  • auto/update-screenshots-20260210-154941
  • auto/update-screenshots-20260210-160327
  • auto/update-screenshots-20260210-160724
  • auto/update-screenshots-20260210-165533
  • auto/update-screenshots-20260210-202637
  • auto/update-screenshots-20260210-220843
  • auto/update-screenshots-20260210-223951
  • auto/update-screenshots-20260212-222138
  • auto/update-screenshots-20260316-185024
  • auto/update-screenshots-20260316-214346
  • auto/update-screenshots-20260316-214348
  • auto/update-screenshots-20260316-214751
  • auto/update-screenshots-20260317-173748
  • auto/update-screenshots-20260317-215442
  • dependabot/github_actions/actions/cache-5.0.5
  • dependabot/github_actions/actions/cache-6.1.0
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/checkout-7.0.1
  • dependabot/github_actions/actions/create-github-app-token-3
  • dependabot/github_actions/actions/create-github-app-token-3.0.0
  • dependabot/github_actions/actions/github-script-9.0.0
  • dependabot/github_actions/actions/setup-go-6.4.0
  • dependabot/github_actions/actions/setup-go-6.5.0
  • dependabot/github_actions/actions/setup-python-6.2.0
  • dependabot/github_actions/actions/setup-python-7
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/github_actions/actions/upload-artifact-7
  • dependabot/github_actions/actions/upload-artifact-7.0.0
  • dependabot/github_actions/actions/upload-artifact-7.0.1
  • dependabot/github_actions/codecov/codecov-action-7
  • dependabot/github_actions/docker/login-action-4.2.0
  • dependabot/github_actions/docker/login-action-4.4.0
  • dependabot/github_actions/goreleaser/goreleaser-action-7
  • dependabot/go_modules/github.com/reearth/ygo-1.49.1
  • dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • dependabot/pip/ruff-gte-0.8.0-and-lt-0.16.0
  • feat/configurable-completeness-policy
  • feat/from-pytest-dimensions-skip
  • feat/from-pytest-hyphen-and-multifile
  • feat/from-pytest-multipath
  • feat/mcp-set-status
  • feat/v1.5.0-tui-dashboard-adapters
  • feature/hygiene-command
  • feature/pytest-results-adapter
  • fix/baselines-json-v2
  • fix/benchmark-baselines
  • fix/benchmark-resilience
  • fix/benchmark-scan-path
  • fix/diagram-contrast
  • fix/diagram-layout-v2
  • fix/from-pytest-lowercase-suffix-reqids
  • fix/multi-segment-reqid-grammar
  • fix/sync-export-idempotency
  • fix/verify-results-skip-and-partial
  • release/v1.11.0
  • release/v1.4.0
  • show-hn-launch

23 Aug 2026 06:14PM UTC coverage: 82.804% (-0.7%) from 83.524%
33375665181

push

github

web-flow
feat(sync): managed room client for PaaS fulfillment (v1.11.0) (#138)

* feat(sync): managed room client for PaaS fulfillment (v1.11.0)

Add y-websocket RoomClient so rtmx sync --sync-url/--token and
rtmx serve --sync-url can join tenant-isolated rtmx-sync rooms,
persist merged RTM state to CSV, and explain entitlement close
code 4402 (REQ-SYNC-002, REQ-SYNC-003).

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(lint): check RoomClient.Close errors for errcheck

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>

254 of 484 new or added lines in 6 files covered. (52.48%)

17022 of 20557 relevant lines covered (82.8%)

31.46 hits per line

Relevant lines Covered
Build:
Build:
20557 RELEVANT LINES 17022 COVERED LINES
31.46 HITS PER LINE
Source Files on main
  • Tree
  • List 119
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33375665181 main feat(sync): managed room client for PaaS fulfillment (v1.11.0) (#138) * feat(sync): managed room client for PaaS fulfillment (v1.11.0) Add y-websocket RoomClient so rtmx sync --sync-url/--token and rtmx serve --sync-url can join tenant-isolated ... push 31 Aug 2026 09:03AM UTC web-flow github
82.8
32710364978 main feat(sync): managed room client for PaaS fulfillment (v1.11.0) (#138) * feat(sync): managed room client for PaaS fulfillment (v1.11.0) Add y-websocket RoomClient so rtmx sync --sync-url/--token and rtmx serve --sync-url can join tenant-isolated ... push 24 Aug 2026 09:15AM UTC web-flow github
82.8
32657392811 main feat(sync): managed room client for PaaS fulfillment (v1.11.0) (#138) * feat(sync): managed room client for PaaS fulfillment (v1.11.0) Add y-websocket RoomClient so rtmx sync --sync-url/--token and rtmx serve --sync-url can join tenant-isolated ... push 23 Aug 2026 06:15PM UTC web-flow github
82.8
32013997341 main fix(sync): persist external IDs after export (#134) * test(sync): reproduce duplicate exports from lost external IDs Co-authored-by: Cursor <cursoragent@cursor.com> * docs(sync): decompose durable sync persistence requirements Co-authored-by: ... push 17 Aug 2026 09:13AM UTC web-flow github
83.52
31416900295 main fix(sync): persist external IDs after export (#134) * test(sync): reproduce duplicate exports from lost external IDs Co-authored-by: Cursor <cursoragent@cursor.com> * docs(sync): decompose durable sync persistence requirements Co-authored-by: ... push 10 Aug 2026 06:01PM UTC web-flow github
83.52
31416777902 main ci: Bump actions/setup-go from 6.4.0 to 6.5.0 (#132) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-g... push 10 Aug 2026 06:00PM UTC web-flow github
83.49
31416801942 main ci: Bump docker/login-action from 4.2.0 to 4.4.0 (#133) Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/doc... push 10 Aug 2026 06:00PM UTC web-flow github
83.49
31416747769 main ci: Bump actions/checkout from 5 to 7 (#131) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v5...v... push 10 Aug 2026 06:00PM UTC web-flow github
83.49
31374712495 main feat(from-pytest): multi-file JUnit + JUnit-driven marker discovery (package layouts) (#130) push 10 Aug 2026 09:29AM UTC GitHub github
83.49
30804717123 main feat(from-pytest): multi-file JUnit + JUnit-driven marker discovery (package layouts) (#130) push 03 Aug 2026 10:14AM UTC GitHub github
83.48
See All Builds (229)

Badge your Repo: rtmx

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc