Closed mikebridge closed 9 years ago
90.41%
Merging #35 into master will not affect coverage as of
c3d2883
@@ master #35 diff @@
======================================
Files 134 134
Stmts 4288 4288
Branches 444 444
Methods 0 0
======================================
Hit 3877 3877
Partial 156 156
Missed 255 255
Review entire Coverage Diff as of
c3d2883
Powered by Codecov. Updated on successful CI builds.
closes #34
Renames classes to correspond more closely to liquid naming
ExpressionConstant
:arrow_right:LiquidValue
DictionaryValue
:arrow_right:LiquidHash
ArrayValue
:arrow_right:LiquidCollection
StringValue
:arrow_right:LiquidString
BooleanValue
:arrow_right:LiquidBoolean
DateValue
:arrow_right:LiquidDate
NumericValue
:arrow_right:LiquidNumeric
GeneratorValue
:arrow_right:LiquidRange