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

dcdpr / jp / 24001655073
67%

Build:
DEFAULT BRANCH: main
Ran 05 Apr 2026 12:41PM UTC
Jobs 1
Files 257
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

05 Apr 2026 12:36PM UTC coverage: 64.048% (+0.05%) from 63.999%
24001655073

push

github

web-flow
fix(grizzly): Improve schema discovery and wildcard search (#516)

The schema discovery logic previously picked the first `Z_[0-9]*TAGS`
table without checking whether it actually linked `ZSFNOTE` and
`ZSFNOTETAG` rows. Some Bear databases have multiple candidate tables,
causing the wrong one to be selected and silently returning no results.

Discovery now enumerates all matching candidates and validates each by
confirming it produces at least one note-tag link. Candidates with no
valid foreign-key references are skipped with a debug log, and a warning
is emitted when no candidate passes validation.

Additionally, passing `queries: ["*"]` was treated as a literal SQL
character rather than a match-all wildcard, making tag-only filtering
impossible. Wildcard queries are now stripped before search dispatch,
falling through to the tag/ID-only path as intended.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

65 of 70 new or added lines in 3 files covered. (92.86%)

19881 of 31041 relevant lines covered (64.05%)

162.64 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
94.12
-5.88% crates/contrib/grizzly/src/schema.rs
1
70.59
-0.1% crates/contrib/grizzly/src/db.rs
1
90.91
2.79% crates/contrib/grizzly/src/search.rs
Jobs
ID Job ID Ran Files Coverage
1 24001655073.1 05 Apr 2026 12:41PM UTC 257
64.05
GitHub Action Run
Source Files on build 24001655073
  • Tree
  • List 257
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24001655073
  • e70cf324 on github
  • Prev Build on main (#23997650460)
  • Next Build on main (#24001955604)
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