mikebridge / Liquid.NET

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

To netstandard #71

Closed mikebridge closed 6 years ago

mikebridge commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #71 into master will decrease coverage by 91.93%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #71       +/-   ##
==========================================
- Coverage   91.95%   0.02%   -91.94%     
==========================================
  Files         140     140               
  Lines        4922    4922               
  Branches      453     453               
==========================================
- Hits         4526       1     -4525     
- Misses        286    4921     +4635     
+ Partials      110       0      -110
Impacted Files Coverage Δ
Liquid.NET/src/Filters/CastFilter.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Constants/CollectionIndexer.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Filters/Strings/SliceFilter.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Expressions/IsBlankExpression.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Filters/Strings/ReplaceFilter.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Filters/Strings/RStripFilter.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Filters/TypeOfFilter.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Expressions/OrExpression.cs 0% <0%> (-100%) :arrow_down:
Liquid.NET/src/Filters/Array/SizeFilter.cs 0% <0%> (-100%) :arrow_down:
...iquid.NET/src/Expressions/VariableReferenceTree.cs 0% <0%> (-100%) :arrow_down:
... and 129 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 e208c5b...b1dd128. Read the comment docs.