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

DanGould / rust-payjoin / 25482740670
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: receiver-fallback
DEFAULT BRANCH: master
Ran 07 May 2026 07:45AM UTC
Jobs 1
Files 63
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

07 May 2026 07:23AM UTC coverage: 85.156%. First build
25482740670

push

github

DanGould
Enforce single-owner contract on InMemoryPersister

PR #1528 review feedback flagged that `Arc<RwLock<InnerStorage>>`
inside `Clone`-able `InMemoryPersister` invites concurrent-write
footgun: cloning the persister and sharing write access across
actors is a logic bug against the SessionPersister contract.

Drop `#[derive(Clone)]` and collapse internals to `Mutex<...>`.
Callers that genuinely need sharing must opt in via
`Arc<InMemoryPersister<V>>` and own the locking discipline.

Same change applies to `InMemoryAsyncPersister` (still cfg(test)).

32 of 32 new or added lines in 4 files covered. (100.0%)

11502 of 13507 relevant lines covered (85.16%)

400.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25482740670.1 07 May 2026 07:45AM UTC 63
85.16
GitHub Action Run
Source Files on build 25482740670
  • Tree
  • List 63
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25482740670
  • 235867f2 on github
  • Delete
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