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

Improve support searching indexes

4d1b6cb
Select commit
Loading
Failed to load commit list.
Open

Improve support for searching indexes #36

Improve support searching indexes
4d1b6cb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 28, 2025 in 1s

78.88% (+0.08%) compared to 8ce6797

View this Pull Request on Codecov

78.88% (+0.08%) compared to 8ce6797

Details

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     

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