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

Remove default value from Regex helper #28

Closed StefH closed 3 years ago

StefH commented 3 years ago

https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/27

sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.

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

66.7% 66.7% Coverage
0.0% 0.0% Duplication

codecov-io commented 3 years ago

Codecov Report

Merging #28 (b29fa54) into master (35dc520) will increase coverage by 0.52%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   39.13%   39.66%   +0.52%     
==========================================
  Files          29       29              
  Lines        2126     2123       -3     
  Branches      334      333       -1     
==========================================
+ Hits          832      842      +10     
+ Misses       1211     1199      -12     
+ Partials       83       82       -1     
Impacted Files Coverage Δ
src/Handlebars.Net.Helpers/Helpers/RegexHelpers.cs 56.60% <66.66%> (+20.88%) :arrow_up:

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 35dc520...b29fa54. Read the comment docs.