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

chore: lazy load regexes to save memory. #900

Closed
wants to merge 3 commits into from

chore: improves API.

22ba28d
Select commit
Loading
Failed to load commit list.
Closed

chore: lazy load regexes to save memory. #900

chore: improves API.
22ba28d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2023 in 0s

81.74% (+0.18%) compared to 9104d7c

View this Pull Request on Codecov

81.74% (+0.18%) compared to 9104d7c

Details

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (9104d7c) 81.56% compared to head (22ba28d) 81.74%.
Report is 23 commits behind head on main.

Files Patch % Lines
experimental/regexp/regexp.go 0.00% 10 Missing ⚠️
internal/collections/named.go 0.00% 1 Missing ⚠️
internal/collections/sized.go 0.00% 1 Missing ⚠️
internal/operators/validate_nid.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #900      +/-   ##
==========================================
+ Coverage   81.56%   81.74%   +0.18%     
==========================================
  Files         160      162       +2     
  Lines        9051     9082      +31     
==========================================
+ Hits         7382     7424      +42     
+ Misses       1417     1409       -8     
+ Partials      252      249       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.