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: introduce the interface IContext and variables as Func<object> #231

Closed Seddryck closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (10fc87a) 85.10% compared to head (b3b6466) 85.41%.

Files Patch % Lines
Expressif/Functions/BaseExpressionFactory.cs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #231 +/- ## ========================================== + Coverage 85.10% 85.41% +0.30% ========================================== Files 139 138 -1 Lines 2356 2351 -5 Branches 365 362 -3 ========================================== + Hits 2005 2008 +3 + Misses 247 239 -8 Partials 104 104 ```

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