phug-php / phug

Phug - The Pug Template Engine for PHP
https://phug.selfbuild.fr
MIT License
62 stars 3 forks source link

Fix extensions handling when localizing files using registry #53

Closed kylekatarnls closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #53   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity     2625   2631    +6     
=======================================
  Files           241    241           
  Lines          6966   7003   +37     
=======================================
+ Hits           6966   7003   +37
Impacted Files Coverage Δ Complexity Δ
...mpiler/NodeCompiler/AssignmentListNodeCompiler.php 100% <ø> (ø) 1 <0> (ø) :arrow_down:
src/Phug/Compiler/Compiler.php 100% <ø> (ø) 101 <0> (ø) :arrow_down:
...ompiler/NodeCompiler/AttributeListNodeCompiler.php 100% <ø> (ø) 1 <0> (ø) :arrow_down:
src/Phug/Renderer/Renderer/Profiler/Profile.php 100% <ø> (ø) 23 <0> (ø) :arrow_down:
src/Phug/Util/Util/Joiner.php 100% <ø> (ø) 9 <0> (ø) :arrow_down:
src/Phug/Util/Util/Exception/LocatedException.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
...Phug/Renderer/Renderer/Profiler/ProfilerModule.php 100% <100%> (ø) 48 <24> (ø) :arrow_down:
src/Phug/Phug/Phug/Phug.php 100% <100%> (ø) 60 <0> (ø) :arrow_down:
src/Phug/Formatter/Formatter/AbstractFormat.php 100% <100%> (ø) 159 <0> (-1) :arrow_down:
src/Phug/Renderer/Renderer/Adapter/FileAdapter.php 100% <100%> (ø) 47 <4> (+1) :arrow_up:
... and 3 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 ede1e9f...754b885. Read the comment docs.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 754b8855 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.