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

Toilal / rebulk / 28351801501 / 13
98%
master: 97%

Build:
Build:
LAST BUILD BRANCH: docs/zensical-site
DEFAULT BRANCH: master
Ran 29 Jun 2026 05:59AM UTC
Files 17
Run time 1s
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

29 Jun 2026 05:59AM UTC coverage: 97.714%. First build
28351801501.13

push

github

Toilal
refactor(chain)!: decouple Chain from Builder

Chain is now a plain Pattern; a new ChainBuilder (sharing a PatternFactory
base with Builder) assembles it. This removes the circular import that forced
a deferred "from .chain import Chain" in build_chain, drops the Liskov
type: ignore[override] on the chain fluent API, and makes the fluent chain
fully typed end to end (.chain() -> ChainBuilder, .regex() -> ChainPart, ...).
The matching engine is unchanged; the fluent building API
(rebulk.chain().regex(...).repeater(...).close()) is identical at runtime.

BREAKING CHANGE: Chain is no longer a Builder subclass and Builder.chain()
returns a ChainBuilder instead of a Chain. Code building chains via the
documented fluent API is unaffected; only code relying on isinstance(chain,
Builder) or annotating the .chain() result as Chain needs updating.

Closes #60

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1795 of 1837 relevant lines covered (97.71%)

0.98 hits per line

Source Files on job 28351801501.13
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28351801501
  • 43a524db on github
  • Next Job for on refactor/decouple-chain-builder (#28352526232.10)
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