Handlebars-Net / Handlebars.Net.Helpers

Handlebars.Net helpers in the categories: 'Boolean', 'Constants', 'Enumerable', 'Environment', 'Math', 'Regex', 'String', 'DateTime' and 'Url'.
MIT License
38 stars 14 forks source link

When ThrowOnUnresolvedBindingExpression is False, do not throw when UndefinedBindingResult but use default value #95

Closed StefH closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 93.61702% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 48.17%. Comparing base (588ef30) to head (59c3cc1).

Files Patch % Lines
...lebars.Net.Helpers.Core/Parsers/ArgumentsParser.cs 94.11% 0 Missing and 1 partial :warning:
...lebars.Net.Helpers.Random/Helpers/RandomHelpers.cs 75.00% 0 Missing and 1 partial :warning:
...rc/Handlebars.Net.Helpers/Helpers/StringHelpers.cs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #95 +/- ## ========================================== + Coverage 47.55% 48.17% +0.61% ========================================== Files 45 46 +1 Lines 2900 2925 +25 Branches 411 416 +5 ========================================== + Hits 1379 1409 +30 + Misses 1394 1391 -3 + Partials 127 125 -2 ```

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