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

Improve support for searching indexes #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Schamper
Copy link
Member

Fixes #35

@codecov-commenter
Copy link

codecov-commenter commented May 15, 2024

Codecov Report

Attention: Patch coverage is 78.24074% with 47 lines in your changes missing coverage. Please review.

Project coverage is 78.88%. Comparing base (8ce6797) to head (4d1b6cb).

Files with missing lines Patch % Lines
dissect/esedb/cursor.py 78.40% 19 Missing ⚠️
dissect/esedb/table.py 65.71% 12 Missing ⚠️
dissect/esedb/btree.py 86.11% 10 Missing ⚠️
dissect/esedb/index.py 80.00% 3 Missing ⚠️
dissect/esedb/page.py 0.00% 1 Missing ⚠️
dissect/esedb/record.py 50.00% 1 Missing ⚠️
dissect/esedb/tools/sru.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   78.79%   78.88%   +0.08%     
==========================================
  Files          15       16       +1     
  Lines        1283     1416     +133     
==========================================
+ Hits         1011     1117     +106     
- Misses        272      299      +27     
Flag Coverage Δ
unittests 78.88% <78.24%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Schamper Schamper force-pushed the improve-index-support branch 2 times, most recently from 3457f2c to ddf1b35 Compare May 15, 2024 14:49
@Schamper Schamper force-pushed the improve-index-support branch from bd439f9 to 01dec74 Compare January 28, 2025 12:22
@Schamper Schamper force-pushed the improve-index-support branch from 01dec74 to 70ae493 Compare January 28, 2025 12:34
@Schamper Schamper force-pushed the improve-index-support branch from 70ae493 to 4d1b6cb Compare January 28, 2025 16:38
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.

Improve cursor and btree implementations
2 participants