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

fix: solve issues with delayed evaluation for context related objects #244

Closed Seddryck closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (f2a9430) 85.43% compared to head (bf91920) 85.41%.

Files Patch % Lines
Expressif/Functions/BaseExpressionFactory.cs 80.00% 1 Missing and 5 partials :warning:
Expressif/CommonExtensions.cs 86.66% 1 Missing and 1 partial :warning:
Expressif/Values/ContextObject.cs 87.50% 2 Missing :warning:
Expressif/Values/ContextVariables.cs 90.90% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #244 +/- ## ========================================== - Coverage 85.43% 85.41% -0.02% ========================================== Files 138 133 -5 Lines 2375 2352 -23 Branches 375 382 +7 ========================================== - Hits 2029 2009 -20 Misses 238 238 + Partials 108 105 -3 ```

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