phug-php / phug

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

Allow Optimizer to use the cache registry #52

Closed kylekatarnls closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master    #52      +/-   ##
==========================================
+ Coverage     99.95%   100%   +0.04%     
- Complexity     2624   2625       +1     
==========================================
  Files           241    241              
  Lines          6969   6966       -3     
==========================================
  Hits           6966   6966              
+ Misses            3      0       -3
Impacted Files Coverage Δ Complexity Δ
src/Phug/Phug/Phug/Optimizer.php 100% <100%> (ø) 43 <12> (+1) :arrow_up:
...rc/Phug/Compiler/Compiler/AbstractNodeCompiler.php 100% <100%> (ø) 10 <3> (ø) :arrow_down:
src/Phug/Compiler/Compiler.php 100% <100%> (ø) 101 <4> (ø) :arrow_down:
src/Phug/Phug/Phug/Phug.php 100% <0%> (+2.22%) 60% <0%> (ø) :arrow_down:

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 1d28ec6...04b4e85. Read the comment docs.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 04b4e857 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.