Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regex support to query syntax #164

Merged
merged 1 commit into from
Oct 30, 2023

Add regex support to query syntax

b455a98
Select commit
Loading
Failed to load commit list.
Merged

Add regex support to query syntax #164

Add regex support to query syntax
b455a98
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2023 in 0s

59.04% (target 50.00%)

View this Pull Request on Codecov

59.04% (target 50.00%)

Details

Codecov Report

Merging #164 (b455a98) into main (962ce07) will decrease coverage by 0.07%.
The diff coverage is 62.50%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
- Coverage   59.10%   59.04%   -0.07%     
==========================================
  Files         281      281              
  Lines       38858    38913      +55     
==========================================
+ Hits        22968    22976       +8     
- Misses      14101    14138      +37     
- Partials     1789     1799      +10     
Files Coverage Δ
internal/pubsub/query/query.go 66.31% <100.00%> (+0.91%) ⬆️
internal/pubsub/query/syntax/parser.go 70.76% <100.00%> (+0.45%) ⬆️
internal/pubsub/query/syntax/scanner.go 81.18% <100.00%> (+0.20%) ⬆️
internal/state/indexer/tx/kv/kv.go 68.86% <60.00%> (-0.50%) ⬇️
internal/state/indexer/block/kv/kv.go 57.14% <50.00%> (-0.60%) ⬇️

... and 19 files with indirect coverage changes