siyul-park / uniflow

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

feat: add event producer and consumer for internal event #132

Closed siyul-park closed 5 months ago

siyul-park commented 5 months ago

Changes Made

Related Issues

Additional Information

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 79.55556% with 46 lines in your changes are missing coverage. Please review.

Project coverage is 76.06%. Comparing base (7175057) to head (64620c9).

Files Patch % Lines
pkg/hook/hook.go 11.76% 15 Missing :warning:
pkg/symbol/table.go 63.63% 11 Missing and 1 partial :warning:
pkg/event/partition.go 82.00% 7 Missing and 2 partials :warning:
cmd/uniflow/main.go 0.00% 4 Missing :warning:
pkg/event/queue.go 91.66% 4 Missing :warning:
pkg/event/producer.go 71.42% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #132 +/- ## ========================================== + Coverage 75.65% 76.06% +0.41% ========================================== Files 117 123 +6 Lines 8071 8244 +173 ========================================== + Hits 6106 6271 +165 - Misses 1338 1352 +14 + Partials 627 621 -6 ```

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