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

Hash plugin v1 #1262

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Hash plugin v1 #1262

wants to merge 2 commits into from

Conversation

jstucke
Copy link
Collaborator

@jstucke jstucke commented Sep 5, 2024

  • fixed a bug in AnalysisPluginV0 (summarize should not be abstract, since the summary is optional)
  • migrated the hash plugin to the new base class

src/plugins/analysis/hash/code/hash.py Outdated Show resolved Hide resolved
src/plugins/analysis/hash/code/hash.py Outdated Show resolved Hide resolved
src/plugins/analysis/hash/test/test_plugin_hash.py Outdated Show resolved Hide resolved
src/plugins/analysis/hash/code/hash.py Outdated Show resolved Hide resolved
src/plugins/analysis/hash/test/test_plugin_hash.py Outdated Show resolved Hide resolved
src/plugins/analysis/hash/view/hash.html Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2024

Codecov Report

Attention: Patch coverage is 96.93878% with 3 lines in your changes missing coverage. Please review.

Project coverage is 91.90%. Comparing base (58fe736) to head (1c22602).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
src/plugins/analysis/hash/code/hash.py 96.72% 2 Missing ⚠️
src/analysis/plugin/plugin.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1262      +/-   ##
==========================================
- Coverage   92.25%   91.90%   -0.36%     
==========================================
  Files         376      376              
  Lines       22054    21026    -1028     
==========================================
- Hits        20346    19324    -1022     
+ Misses       1708     1702       -6     

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

also moved methods from helperFunctions.hash that were used exclusively in the plugin into the plugin
@maringuu
Copy link
Collaborator

@jstucke I'm sorry, this needs another rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants