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

Initial commit for plugin internals refactor #763

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

Initial commit for plugin internals refactor

77f2144
Select commit
Loading
Failed to load commit list.
Open

Initial commit for plugin internals refactor #763

Initial commit for plugin internals refactor
77f2144
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 1s

77.70% (-0.02%) compared to f2f50a5, passed because coverage increased by 0.25% when compared to adjusted base (77.45%)

View this Pull Request on Codecov

77.70% (-0.02%) compared to f2f50a5, passed because coverage increased by 0.25% when compared to adjusted base (77.45%)

Details

Codecov Report

Attention: Patch coverage is 87.56983% with 89 lines in your changes missing coverage. Please review.

Project coverage is 77.70%. Comparing base (f2f50a5) to head (77f2144).

Files with missing lines Patch % Lines
dissect/target/plugin.py 90.86% 40 Missing ⚠️
dissect/target/target.py 74.64% 18 Missing ⚠️
dissect/target/tools/query.py 77.35% 12 Missing ⚠️
dissect/target/plugins/general/plugins.py 88.00% 6 Missing ⚠️
dissect/target/helpers/docs.py 88.09% 5 Missing ⚠️
dissect/target/tools/build_pluginlist.py 0.00% 3 Missing ⚠️
dissect/target/tools/utils.py 81.25% 3 Missing ⚠️
dissect/target/plugins/os/windows/lnk.py 0.00% 1 Missing ⚠️
dissect/target/plugins/os/windows/registry.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #763      +/-   ##
==========================================
- Coverage   77.72%   77.70%   -0.02%     
==========================================
  Files         326      326              
  Lines       28575    28544      -31     
==========================================
- Hits        22210    22181      -29     
+ Misses       6365     6363       -2     

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