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

dcdpr / jp / 26024721445
66%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 09:24AM UTC
Jobs 1
Files 319
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

18 May 2026 09:21AM UTC coverage: 64.958%. Remained the same
26024721445

push

github

web-flow
fix(config): Fix printing of flattened nested lists and maps (#655)

When a config field is flattened (`#[serde(flatten)]`), its key segment
should not be pushed onto the field path, since flattened fields don't
occupy their own level in the config hierarchy. Previously, the field
key was always pushed regardless of flattening, causing incorrect paths
in error reporting.

Additionally, nested list and map iteration now tracks the index or key
at each level — lists enumerate their items so the numeric index can be
appended to the path, and maps append the map key — giving precise field
paths for errors inside nested collections.

As an example, previously, if a tool config had an invalid `source`
config, errors would incorrectly report paths such as
`conversation.tools.tools.source`. Now they correctly print
`conversation.tools.<tool-name>.source`.

---------

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

26936 of 41467 relevant lines covered (64.96%)

193.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26024721445.1 18 May 2026 09:24AM UTC 319
64.96
GitHub Action Run
Source Files on build 26024721445
  • Tree
  • List 319
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26024721445
  • c972d982 on github
  • Prev Build on main (#26022219846)
  • Next Build on main (#26055214511)
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