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

Toilal / rebulk / 28263217148 / 10
96%
master: 97%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 26 Jun 2026 08:23PM UTC
Files 17
Run time 4s
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

26 Jun 2026 08:23PM UTC coverage: 95.655% (-0.4%) from 96.031%
28263217148.10

push

github

web-flow
feat(typing): typed value retrieval — Key[T] and Matches.to (v5 POC)

Add type-safe value retrieval on top of the dynamic engine (purely additive; match.value stays Any by default):

- Key[T]: a typed handle binding a match name to its value type. Passing it via key= wires up name+formatter; matches[KEY] -> T | None, matches.all(KEY) -> list[T].
- Matches.to(model) projects named matches onto a typed model:
  - dataclass / TypedDict (field by name; list[...] field collects all, scalar takes first),
  - a primitive type (first value),
  - list[<scalar>] (all values); list of dataclass/TypedDict is rejected (no record grouping).

mypy --strict clean, 179 tests passing under both the re and regex backends, README documented.

Refs #43

1761 of 1841 relevant lines covered (95.65%)

0.96 hits per line

Source Files on job 28263217148.10
  • Tree
  • List 17
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28263217148
  • cb551fa0 on github
  • Prev Job for on develop (#28251563767.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