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

dcdpr / jp / 25080330382 / 1
66%
main: 66%

Build:
DEFAULT BRANCH: main
Ran 28 Apr 2026 10:35PM UTC
Files 292
Run time 6s
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

28 Apr 2026 10:11PM UTC coverage: 64.235% (-0.001%) from 64.236%
25080330382.1

push

github

web-flow
chore(tools): Treat JSON `null` as absent in `opt` argument parsing (#588)

Some LLMs emit explicit `null` values for optional parameters that were
not provided by the caller. Previously, `opt` would attempt to
deserialize `null` via `req`, which could produce a type error instead
of cleanly returning `None`.

The fix matches on the raw `Value` before delegating to `req`, returning
`Ok(None)` for both a missing key and an explicit `Value::Null`. A
dedicated test covers all three cases: explicit null, a present value,
and a fully absent key.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

23431 of 36477 relevant lines covered (64.23%)

215.7 hits per line

Source Files on job 25080330382.1
  • Tree
  • List 292
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25080330382
  • ee95513c on github
  • Prev Job for on main (#25080314439.1)
  • Next Job for on main (#25104619465.1)
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