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

Rotorsoft / act-root / 25010661003
100%

Build:
DEFAULT BRANCH: master
Ran 27 Apr 2026 05:49PM UTC
Jobs 1
Files 35
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

27 Apr 2026 05:47PM UTC coverage: 100.0%. Remained the same
25010661003

push

github

rotorsoft
fix(act-sqlite): tighten regex→LIKE stream pattern conversion

Honor `^` and `$` anchors so anchored regex sources translate to the
right LIKE shape (exact, starts-with, ends-with) instead of being
matched literally. Unanchored input is %-padded as a contains match.
Adjacent `%` is collapsed for cleaner output.

The helper is now shared between query() and claim(); claim() was
previously duplicating the raw regex-to-LIKE translation. Extracted
as `streamPatternToLike` and exported for direct unit testing.

Tests:
- new test/stream-pattern.spec.ts: 15 unit tests covering all anchor
  combinations, `.*`/`.` wildcards, edge cases, realistic patterns
- store.spec.ts: 4 new integration tests for anchored queries
  (`^prefix.*`, `.*suffix$`, `^exact$`) and claim() with regex source

50 tests, 100% statements/branches/functions/lines coverage on
SqliteStore.ts.

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

1241 of 1241 branches covered (100.0%)

Branch coverage included in aggregate %.

9 of 9 new or added lines in 1 file covered. (100.0%)

2188 of 2188 relevant lines covered (100.0%)

76.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25010661003.1 27 Apr 2026 05:49PM UTC 35
100.0
GitHub Action Run
Source Files on build 25010661003
  • Tree
  • List 35
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25010661003
  • 7af3badb on github
  • Prev Build on master (#24959942140)
  • Next Build on master (#25020358164)
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