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

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Hash plugin v1 #1262

merged 2 commits into from
Nov 27, 2024

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

@jstucke jstucke requested a review from maringuu September 5, 2024 10:38
@jstucke jstucke self-assigned this Sep 5, 2024
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.86%. Comparing base (42f7320) to head (07a1359).
Report is 8 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   91.96%   91.86%   -0.10%     
==========================================
  Files         377      376       -1     
  Lines       22360    20947    -1413     
==========================================
- Hits        20564    19244    -1320     
+ Misses       1796     1703      -93     

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

@maringuu
Copy link
Collaborator

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

also moved methods from helperFunctions.hash that were used exclusively in the plugin into the plugin
@jstucke jstucke merged commit 76f5bb8 into master Nov 27, 2024
10 checks passed
@jstucke jstucke deleted the hash-plugin-v1 branch November 27, 2024 13:49
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