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

dcdpr / jp / 25080330382
66%

Build:
DEFAULT BRANCH: main
Ran 28 Apr 2026 10:35PM UTC
Jobs 1
Files 292
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

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

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>

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

23431 of 36477 relevant lines covered (64.23%)

215.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25080330382.1 28 Apr 2026 10:35PM UTC 292
64.23
GitHub Action Run
Source Files on build 25080330382
  • Tree
  • List 292
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25080330382
  • ee95513c on github
  • Prev Build on main (#25080314439)
  • Next Build on main (#25104619465)
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