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

veeso / ic-dbms / 21749840383 / 1
95%
main: 96%

Build:
Build:
LAST BUILD BRANCH: feat/12-join
DEFAULT BRANCH: main
Ran 06 Feb 2026 12:03PM UTC
Files 79
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

06 Feb 2026 12:01PM UTC coverage: 95.322% (+0.05%) from 95.273%
21749840383.1

push

github

web-flow
refactor(api): replace like crate with custom LIKE pattern engine (#42)

* refactor(api): replace `like` crate with custom LIKE pattern engine

Remove the external `like` dependency and implement an in-house SQL LIKE
pattern matcher with an iterative two-pointer algorithm. The new engine
runs in O(n*m) worst-case with O(1) space and zero heap allocation,
replacing the previous recursive approach that had exponential worst-case
complexity. Includes full Unicode/multi-byte character support.

9129 of 9577 relevant lines covered (95.32%)

783956.08 hits per line

Source Files on job 21749840383.1
  • Tree
  • List 79
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21749840383
  • 78bc8d17 on github
  • Prev Job for on 0.4 (#21729340331.1)
  • Next Job for on 0.4 (#21750122712.1)
  • Delete
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