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

prisma-risk / tsoracle / 26380510018
95%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 02:50AM UTC
Jobs 1
Files 82
Run time 1min
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

25 May 2026 02:45AM UTC coverage: 94.872% (+0.006%) from 94.866%
26380510018

push

github

web-flow
refactor(server): drop parked state_rx; read/publish via state_tx (#385)

Server held a long-lived state_rx purely so the service layer could
borrow() the current ServingState. Drop the field: subscribe() mints
receivers via state_tx.subscribe() and reads go through state_tx.borrow().

Publish sites switch send -> send_replace: with no parked receiver, the
plain serve() path has zero receivers, and send is a no-op that leaves
the value unmodified when receiver_count == 0 — which would strand the
server in NotServing. send_replace mutates and notifies unconditionally.

Adds a regression test that drives a real publish site with zero
external subscribers and asserts the transition is observable.

Closes #346

26 of 27 new or added lines in 3 files covered. (96.3%)

1 existing line in 1 file now uncovered.

12470 of 13144 relevant lines covered (94.87%)

416032.08 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
97.67
-0.2% crates/tsoracle-server/src/server.rs

Coverage Regressions

Lines Coverage ∆ File
1
92.41
0.0% crates/tsoracle-server/src/service.rs
Jobs
ID Job ID Ran Files Coverage
1 26380510018.1 25 May 2026 02:50AM UTC 82
94.87
GitHub Action Run
Source Files on build 26380510018
  • Tree
  • List 82
  • Changed 4
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26380510018
  • 1b889b43 on github
  • Prev Build on main (#26380284228)
  • Next Build on main (#26380772761)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc