mikebridge / Liquid.NET

.Net Port of the Liquid template language
MIT License
62 stars 15 forks source link

Add Error result structures #46

Closed mikebridge closed 8 years ago

mikebridge commented 8 years ago

Errors are returned in LiquidParserResult for AST generation or LiquidRenderingResult for template rendering.

Note that a result and an error are not mutually exclusive events---the parser and renderer will each try to return something even if errors occur.

codecov-io commented 8 years ago

Current coverage is 91.68%

Merging #46 into master will decrease coverage by -0.04% as of 33d6bc7

@@            master     #46   diff @@
======================================
  Files          134     136     +2
  Stmts         4348    4376    +28
  Branches       450     450       
  Methods          0       0       
======================================
+ Hit           3988    4012    +24
- Partial        143     144     +1
- Missed         217     220     +3

Review entire Coverage Diff as of 33d6bc7

Powered by Codecov. Updated on successful CI builds.