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

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

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

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

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.

184 of 189 new or added lines in 2 files covered. (97.35%)

9129 of 9577 relevant lines covered (95.32%)

783956.08 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
99.06
0.0% crates/ic-dbms-api/src/dbms/query/filter.rs
4
97.84
crates/ic-dbms-api/src/dbms/query/filter/like.rs
Jobs
ID Job ID Ran Files Coverage
1 21749840383.1 06 Feb 2026 12:03PM UTC 79
95.32
GitHub Action Run
Source Files on build 21749840383
  • Tree
  • List 79
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21749840383
  • 78bc8d17 on github
  • Prev Build on 0.4 (#21729340331)
  • Next Build on 0.4 (#21750122712)
  • 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