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

Add type checking #69

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

Add type checking

3b20fbd
Select commit
Loading
Failed to load commit list.
Open

Add type checking #69

Add type checking
3b20fbd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 1s

86.26% (+0.00%) compared to 27b44fe

View this Pull Request on Codecov

86.26% (+0.00%) compared to 27b44fe

Details

Codecov Report

Attention: Patch coverage is 88.48168% with 22 lines in your changes missing coverage. Please review.

Project coverage is 86.26%. Comparing base (27b44fe) to head (3b20fbd).

Files with missing lines Patch % Lines
dissect/util/cpio.py 77.41% 7 Missing ⚠️
dissect/util/tools/dump_nskeyedarchiver.py 0.00% 5 Missing ⚠️
dissect/util/compression/__init__.py 55.55% 4 Missing ⚠️
dissect/util/stream.py 87.09% 4 Missing ⚠️
dissect/util/encoding/surrogateescape.py 0.00% 1 Missing ⚠️
dissect/util/plist.py 98.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   86.26%   86.26%           
=======================================
  Files          20       20           
  Lines        1303     1354   +51     
=======================================
+ Hits         1124     1168   +44     
- Misses        179      186    +7     

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