siyul-park / uniflow

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

feat: Support template-based variable for secure and reuse specifications enhancement - #152 #157

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

Project coverage is 76.00%. Comparing base (8ff5ab5) to head (5080eb6).

Files Patch % Lines
pkg/symbol/table.go 62.02% 18 Missing and 12 partials :warning:
pkg/template/template.go 70.73% 6 Missing and 6 partials :warning:
pkg/scheme/scheme.go 16.66% 8 Missing and 2 partials :warning:
pkg/template/node.go 69.23% 4 Missing and 4 partials :warning:
pkg/port/outport.go 71.42% 2 Missing and 2 partials :warning:
ext/pkg/event/trigger.go 50.00% 1 Missing :warning:
ext/pkg/network/listener.go 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #157 +/- ## ========================================== - Coverage 76.18% 76.00% -0.18% ========================================== Files 136 138 +2 Lines 8279 8419 +140 ========================================== + Hits 6307 6399 +92 - Misses 1373 1401 +28 - Partials 599 619 +20 ```

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