wbond / pybars3

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

Fix a bug with compiling with custom paths #50

Closed isaacdd closed 6 years ago

isaacdd commented 6 years ago

Closes https://github.com/wbond/pybars3/issues/26.

codecov[bot] commented 6 years ago

Codecov Report

Merging #50 into master will increase coverage by 1.74%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage    91.2%   92.95%   +1.74%     
==========================================
  Files           2        2              
  Lines         455      454       -1     
  Branches       86       85       -1     
==========================================
+ Hits          415      422       +7     
+ Misses         24       19       -5     
+ Partials       16       13       -3
Impacted Files Coverage Δ
pybars/_compiler.py 92.85% <100%> (+1.76%) :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 21ddc4a...0aaf330. Read the comment docs.