siyul-park / uniflow

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

feat: support secret and environment values #171

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

Project coverage is 75.26%. Comparing base (fa27411) to head (34952ff).

Files Patch % Lines
pkg/symbol/loader.go 54.83% 34 Missing and 22 partials :warning:
driver/mongo/pkg/secret/store.go 75.62% 25 Missing and 14 partials :warning:
pkg/secret/store.go 78.69% 24 Missing and 12 partials :warning:
cmd/pkg/cli/apply.go 56.89% 13 Missing and 12 partials :warning:
cmd/pkg/uniflow/main.go 0.00% 22 Missing :warning:
cmd/pkg/cli/start.go 56.09% 9 Missing and 9 partials :warning:
pkg/secret/secret.go 45.45% 15 Missing and 3 partials :warning:
pkg/template/template.go 65.30% 9 Missing and 8 partials :warning:
pkg/scheme/scheme.go 77.77% 6 Missing and 8 partials :warning:
cmd/pkg/cli/delete.go 68.96% 5 Missing and 4 partials :warning:
... and 11 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #171 +/- ## ========================================== - Coverage 76.34% 75.26% -1.08% ========================================== Files 110 115 +5 Lines 6057 6671 +614 ========================================== + Hits 4624 5021 +397 - Misses 980 1121 +141 - Partials 453 529 +76 ```

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