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 5 commits into
base: main
Choose a base branch
from

Merge branch 'main' into improve-index-support

bd439f9
Select commit
Loading
Failed to load commit list.
Open

Improve support for searching indexes #36

Merge branch 'main' into improve-index-support
bd439f9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 1s

79.69% (+0.61%) compared to b052185

View this Pull Request on Codecov

79.69% (+0.61%) compared to b052185

Details

Codecov Report

Attention: Patch coverage is 83.55556% with 37 lines in your changes missing coverage. Please review.

Project coverage is 79.69%. Comparing base (b052185) to head (bd439f9).

Files with missing lines Patch % Lines
dissect/esedb/cursor.py 82.27% 14 Missing ⚠️
dissect/esedb/btree.py 87.50% 9 Missing ⚠️
dissect/esedb/table.py 74.28% 9 Missing ⚠️
dissect/esedb/index.py 87.50% 2 Missing ⚠️
dissect/esedb/page.py 80.00% 1 Missing ⚠️
dissect/esedb/record.py 87.50% 1 Missing ⚠️
dissect/esedb/tools/sru.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   79.08%   79.69%   +0.61%     
==========================================
  Files          15       16       +1     
  Lines        1272     1394     +122     
==========================================
+ Hits         1006     1111     +105     
- Misses        266      283      +17     

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