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

nogipx / rpc_dart / 26886865877
80%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 01:10PM UTC
Jobs 1
Files 72
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

03 Jun 2026 01:08PM UTC coverage: 80.152% (-0.02%) from 80.168%
26886865877

push

github

nogipx
fix(rpc_dart): unwrap-on-deserialize for IRpcSerializable DTOs

`_OpaqueCodec.deserialize` previously wrapped every decoded value in
`_OpaqueValue` — including DTOs that already implement
`IRpcSerializable`. This meant interceptors saw an opaque wrapper
instead of the typed request and couldn't introspect its fields
(e.g. a vault-policy gate trying to read `request.vaultId`).

Use `_OpaqueValue.wrap` instead, which only wraps non-IRpcSerializable
payloads. The wrappedHandler unwrap path already tolerates both
shapes, so user handlers continue to receive the typed DTO.

1 of 1 new or added line in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

5064 of 6318 relevant lines covered (80.15%)

8.99 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
79.89
-0.54% packages/core/rpc_dart/lib/src/contracts/contract.dart
Jobs
ID Job ID Ran Files Coverage
1 26886865877.1 03 Jun 2026 01:10PM UTC 72
80.15
GitHub Action Run
Source Files on build 26886865877
  • Tree
  • List 72
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26886865877
  • 9d7e5947 on github
  • Prev Build on main (#26852646917)
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