Skip to content

Implement the in Modifier for Token Search Params#3509

Merged
alexanderkiel merged 1 commit intomainfrom
1970-implement-the-in-modifier-for-token-search-params
Apr 8, 2026
Merged

Implement the in Modifier for Token Search Params#3509
alexanderkiel merged 1 commit intomainfrom
1970-implement-the-in-modifier-for-token-search-params

Conversation

@alexanderkiel
Copy link
Copy Markdown
Member

Closes: #1970

@alexanderkiel alexanderkiel linked an issue Mar 28, 2026 that may be closed by this pull request
@alexanderkiel alexanderkiel self-assigned this Mar 28, 2026
@alexanderkiel alexanderkiel force-pushed the 1970-implement-the-in-modifier-for-token-search-params branch 2 times, most recently from 73f42d1 to c7a0cd6 Compare April 1, 2026 16:17
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

❌ Patch coverage is 97.83394% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.00%. Comparing base (62b41a7) to head (f6e12a9).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...dules/cql/src/blaze/elm/compiler/external_data.clj 85.00% 0 Missing and 3 partials ⚠️
modules/db/src/blaze/db/impl/search_param/date.clj 86.36% 1 Missing and 2 partials ⚠️
modules/cql/src/blaze/elm/compiler/queries.clj 33.33% 0 Missing and 2 partials ⚠️
.../db/impl/search_param/composite/token_quantity.clj 92.85% 1 Missing ⚠️
...odules/db/src/blaze/db/impl/search_param/token.clj 98.73% 1 Missing ⚠️
.../interaction/src/blaze/interaction/search_type.clj 97.61% 1 Missing ⚠️
...ation-graph/src/blaze/operation/graph/compiler.clj 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3509      +/-   ##
==========================================
+ Coverage   95.95%   96.00%   +0.05%     
==========================================
  Files         410      410              
  Lines       25374    25487     +113     
  Branches      656      643      -13     
==========================================
+ Hits        24347    24470     +123     
+ Misses        489      486       -3     
+ Partials      538      531       -7     
Files with missing lines Coverage Δ
modules/anomaly/src/blaze/anomaly.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/api.clj 97.22% <100.00%> (+1.38%) ⬆️
modules/db/src/blaze/db/api_spec.clj 99.40% <100.00%> (ø)
modules/db/src/blaze/db/impl/index.clj 98.26% <100.00%> (+0.70%) ⬆️
modules/db/src/blaze/db/impl/query/compartment.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param.clj 98.68% <100.00%> (-0.21%) ⬇️
...ules/db/src/blaze/db/impl/search_param/chained.clj 98.88% <100.00%> (+0.02%) ⬆️
...aze/db/impl/search_param/composite/token_token.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param/core.clj 66.66% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/has.clj 100.00% <100.00%> (ø)
... and 34 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexanderkiel alexanderkiel force-pushed the 1970-implement-the-in-modifier-for-token-search-params branch 8 times, most recently from d3cdc03 to 3d5ac87 Compare April 8, 2026 15:39
@alexanderkiel alexanderkiel force-pushed the 1970-implement-the-in-modifier-for-token-search-params branch from 3d5ac87 to f6e12a9 Compare April 8, 2026 16:01
@alexanderkiel alexanderkiel merged commit 885b712 into main Apr 8, 2026
328 of 330 checks passed
@alexanderkiel alexanderkiel deleted the 1970-implement-the-in-modifier-for-token-search-params branch April 8, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement the in Modifier for Token Search Params

1 participant