StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
406 stars 58 forks source link

Add customization to CompilerSettings #34

Closed Romanx closed 6 years ago

Romanx commented 6 years ago

Allows value getters and Enumeration converters

32

codecov[bot] commented 6 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   99.79%   99.83%   +0.03%     
==========================================
  Files          72       73       +1     
  Lines        2938     2974      +36     
==========================================
+ Hits         2932     2969      +37     
+ Misses          6        5       -1
Impacted Files Coverage Δ
...le.Compilation/Settings/CompilerSettingsBuilder.cs 96.55% <100%> (+0.71%) :arrow_up:
...rc/Stubble.Compilation/Settings/DefaultSettings.cs 100% <100%> (ø) :arrow_up:
.../Stubble.Compilation/Class/EnumerationConverter.cs 100% <100%> (ø)
...c/Stubble.Compilation/Settings/CompilerSettings.cs 100% <100%> (+7.69%) :arrow_up:
...rc/Stubble.Compilation/Contexts/CompilerContext.cs 99.48% <100%> (+0.03%) :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 025b527...f07ac62. Read the comment docs.