wbond / pybars3

Handlebars.js template support for Python 3 and 2
GNU Lesser General Public License v3.0
179 stars 46 forks source link

Implement raw blocks #47

Closed isaacdd closed 6 years ago

isaacdd commented 6 years ago

Closes https://github.com/wbond/pybars3/issues/24, https://github.com/wbond/pybars3/issues/25 and https://github.com/wbond/pybars3/issues/36.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@38dc8b7). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #47   +/-   ##
=========================================
  Coverage          ?   91.13%           
=========================================
  Files             ?        2           
  Lines             ?      440           
  Branches          ?       85           
=========================================
  Hits              ?      401           
  Misses            ?       24           
  Partials          ?       15
Impacted Files Coverage Δ
pybars/_compiler.py 91.01% <100%> (ø)
pybars/__init__.py 100% <100%> (ø)

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 38dc8b7...3a20049. Read the comment docs.