siyul-park / uniflow

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

refactor: direct implement store and divide pkgs #163

Closed siyul-park closed 3 months ago

siyul-park commented 3 months ago

Changes Made

Related Issues

Additional Information

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 70.91837% with 114 lines in your changes missing coverage. Please review.

Project coverage is 76.98%. Comparing base (69de766) to head (8fee176).

Files Patch % Lines
driver/mongo/pkg/spec/store.go 65.00% 37 Missing and 12 partials :warning:
pkg/spec/memstore.go 74.30% 33 Missing and 13 partials :warning:
cmd/pkg/uniflow/main.go 0.00% 11 Missing :warning:
cmd/pkg/scanner/scanner.go 62.50% 1 Missing and 2 partials :warning:
driver/mongo/pkg/encoding/encoding.go 88.88% 3 Missing :warning:
pkg/runtime/runtime.go 0.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## ========================================== + Coverage 76.25% 76.98% +0.72% ========================================== Files 135 115 -20 Lines 8115 6278 -1837 ========================================== - Hits 6188 4833 -1355 + Misses 1357 998 -359 + Partials 570 447 -123 ```

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