siyul-park / uniflow

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

feat: add --debug flag support to start cmd #181

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

Project coverage is 75.67%. Comparing base (4d5ead0) to head (af70ae4). Report is 1 commits behind head on main.

Files Patch % Lines
cmd/pkg/cli/debug.go 61.98% 51 Missing and 14 partials :warning:
cmd/pkg/cli/start.go 19.23% 18 Missing and 3 partials :warning:
cmd/pkg/uniflow/main.go 0.00% 1 Missing :warning:
cmd/pkg/uniflowctl/main.go 0.00% 1 Missing :warning:
pkg/debug/breakpoint.go 98.07% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #181 +/- ## ========================================== - Coverage 75.93% 75.67% -0.27% ========================================== Files 120 121 +1 Lines 6968 7185 +217 ========================================== + Hits 5291 5437 +146 - Misses 1141 1199 +58 - Partials 536 549 +13 ```

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