siyul-park / uniflow

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

refactor: do not expose database logic in store #162

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 71.95122% with 46 lines in your changes missing coverage. Please review.

Project coverage is 76.29%. Comparing base (5bc2729) to head (4acce79).

Files Patch % Lines
pkg/spec/store.go 71.42% 11 Missing and 9 partials :warning:
pkg/runtime/runtime.go 58.33% 5 Missing and 5 partials :warning:
pkg/symbol/loader.go 85.71% 3 Missing and 2 partials :warning:
cmd/pkg/cli/apply.go 57.14% 1 Missing and 2 partials :warning:
ext/pkg/system/node.go 84.21% 0 Missing and 3 partials :warning:
cmd/pkg/cli/start.go 33.33% 0 Missing and 2 partials :warning:
cmd/pkg/scanner/scanner.go 33.33% 0 Missing and 2 partials :warning:
pkg/spec/stream.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #162 +/- ## ========================================== + Coverage 75.94% 76.29% +0.34% ========================================== Files 136 135 -1 Lines 8314 8115 -199 ========================================== - Hits 6314 6191 -123 + Misses 1395 1356 -39 + Partials 605 568 -37 ```

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