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

Use HandleBars.Net version 2 #15

Closed StefH closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (014b9da) into master (49c02f6) will increase coverage by 0.87%. The diff coverage is 86.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   58.59%   59.46%   +0.87%     
==========================================
  Files          18       17       -1     
  Lines         710      708       -2     
  Branches       91       89       -2     
==========================================
+ Hits          416      421       +5     
+ Misses        260      255       -5     
+ Partials       34       32       -2     
Impacted Files Coverage Δ
src/Handlebars.Net.Helpers/Validation/Guard.cs 19.04% <ø> (ø)
.../Handlebars.Net.Helpers/Parsers/ArgumentsParser.cs 86.36% <33.33%> (+22.07%) :arrow_up:
src/Handlebars.Net.Helpers/Helpers/MathHelpers.cs 28.07% <44.44%> (ø)
...andlebars.Net.Helpers/Parsers/StringValueParser.cs 75.00% <66.66%> (ø)
src/Handlebars.Net.Helpers/Utils/ExecuteUtils.cs 46.15% <71.42%> (ø)
src/Handlebars.Net.Helpers/HandlebarsHelpers.cs 90.97% <90.97%> (-0.08%) :arrow_down:
src/Handlebars.Net.Helpers/Helpers/BaseHelpers.cs 100.00% <100.00%> (ø)
...Handlebars.Net.Helpers/Helpers/ConstantsHelpers.cs 100.00% <100.00%> (ø)
...andlebars.Net.Helpers/Helpers/EnumerableHelpers.cs 22.72% <100.00%> (ø)
src/Handlebars.Net.Helpers/Helpers/RegexHelpers.cs 18.75% <100.00%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 49c02f6...014b9da. Read the comment docs.

StefH commented 3 years ago

@zjklee Thanks for the review, do you have other comments?

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

90.5% 90.5% Coverage
0.0% 0.0% Duplication