Skip to content

Add endian keyword argument to type reads

8a6b8b6
Select commit
Loading
Failed to load commit list.
Open

Add endian keyword argument to type reads #144

Add endian keyword argument to type reads
8a6b8b6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 13, 2026 in 1s

92.83% (-0.18%) compared to 194b1b5, passed because coverage increased by 0.30% when compared to adjusted base (92.53%)

View this Pull Request on Codecov

92.83% (-0.18%) compared to 194b1b5, passed because coverage increased by 0.30% when compared to adjusted base (92.53%)

Details

Codecov Report

❌ Patch coverage is 96.13527% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.83%. Comparing base (194b1b5) to head (8a6b8b6).

Files with missing lines Patch % Lines
dissect/cstruct/types/base.py 92.30% 3 Missing ⚠️
dissect/cstruct/cstruct.py 89.47% 2 Missing ⚠️
dissect/cstruct/utils.py 88.23% 2 Missing ⚠️
dissect/cstruct/types/pointer.py 97.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #144      +/-   ##
==========================================
- Coverage   93.01%   92.83%   -0.18%     
==========================================
  Files          21       21              
  Lines        2435     2472      +37     
==========================================
+ Hits         2265     2295      +30     
- Misses        170      177       +7     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.