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

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

Build:
Build:
LAST BUILD BRANCH: docs/zensical-site
DEFAULT BRANCH: master
Ran 28 Jun 2026 08:50AM UTC
Files 17
Run time 0s
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 Jun 2026 08:48AM UTC coverage: 96.152% (+0.02%) from 96.135%
28316989206.13

push

github

web-flow
perf(utils): set-based extend_safe with unhashable fallback

extend_safe deduplicates patterns and rules on every matches() call (guessit nests ~20 rebulks), so the O(n*m) linear membership was a small but real hot-path cost. Use a set for O(1) lookups when elements are hashable, with a linear fallback when they are not (the introspector feeds it arbitrary, possibly unhashable, property values that the naive set version would crash on).

Reworked from #30 (added the hashability fallback + tests). Supersedes #30.

Co-authored-by: allrob23 <allrob23@users.noreply.github.com>

1799 of 1871 relevant lines covered (96.15%)

0.96 hits per line

Source Files on job 28316989206.13
  • Tree
  • List 17
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28316989206
  • a7fc154c on github
  • Prev Job for on main (#28316174195.3)
  • Next Job for on main (#28322340011.7)
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