-
Notifications
You must be signed in to change notification settings - Fork 8
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
make process method always return a result object #609
make process method always return a result object #609
Conversation
db2fdfa
to
e973f14
Compare
48c07fb
to
8c1378a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work. I have some changes for your.
…flow (unit,acceptance)
ee47c10
to
cbbeae7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #609 +/- ##
==========================================
- Coverage 94.47% 94.45% -0.03%
==========================================
Files 145 147 +2
Lines 10124 9953 -171
==========================================
- Hits 9565 9401 -164
+ Misses 559 552 -7 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Jörg Zimmermann <[email protected]>
…' of github.com:fkie-cad/Logprep into 512-make-processorprocess-always-return-a-result-object
* add outputs, event to processor_result and rename name to processor_name * add tests for collecting errors in result object * add tests for event reference * refactor pipeline_result * refactor result and remove lock from pipeline
closes #512
ToDos