siyul-park / uniflow

A high-performance, extremely flexible, and easily extensible universal workflow engine.
MIT License
45 stars 5 forks source link

feat: support packet and process hook #178

Closed siyul-park closed 2 months ago

siyul-park commented 2 months ago

Changes Made

Related Issues

Additional Information

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 78.51240% with 26 lines in your changes missing coverage. Please review.

Project coverage is 75.49%. Comparing base (77b8e90) to head (5d80c87). Report is 1 commits behind head on main.

Files Patch % Lines
pkg/packet/reader.go 64.00% 6 Missing and 3 partials :warning:
pkg/packet/writer.go 69.23% 5 Missing and 3 partials :warning:
pkg/port/inport.go 57.14% 2 Missing and 1 partial :warning:
pkg/port/outport.go 57.14% 2 Missing and 1 partial :warning:
pkg/symbol/symbol.go 93.10% 1 Missing and 1 partial :warning:
pkg/symbol/table.go 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #178 +/- ## ========================================== + Coverage 75.25% 75.49% +0.24% ========================================== Files 116 116 Lines 6598 6681 +83 ========================================== + Hits 4965 5044 +79 + Misses 1113 1106 -7 - Partials 520 531 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.