Seddryck / Expressif

Expressif is the variable substitution syntax combined with a library of predicates and functions. Initially designed for NBi.io, Expressif allows you to define variables, transformations of these variables (with expressions and functions), in plain text, which can then be interpreted by the engine. Same can be done with predicates.
Apache License 2.0
1 stars 0 forks source link

feat: if a variable is a Func<T> then it's invoked when accessed. #259

Closed Seddryck closed 10 months ago

Seddryck commented 10 months ago

Close #256

codecov[bot] commented 10 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (51aa837) 86.08% compared to head (ef1d32a) 86.15%.

:exclamation: Current head ef1d32a differs from pull request most recent head c0b5bad. Consider uploading reports for the commit c0b5bad to get more accurate results

Files Patch % Lines
Expressif/Values/ContextVariables.cs 71.42% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #259 +/- ## ========================================== + Coverage 86.08% 86.15% +0.06% ========================================== Files 132 132 Lines 2436 2441 +5 Branches 394 396 +2 ========================================== + Hits 2097 2103 +6 + Misses 232 231 -1 Partials 107 107 ```

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