phug-php / phug

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

Make "mixin" keyword configurable #56

Closed kylekatarnls closed 4 years ago

kylekatarnls commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #56    +/-   ##
========================================
  Coverage       100%   100%            
- Complexity     2631   2749   +118     
========================================
  Files           241    248     +7     
  Lines          7003   7224   +221     
========================================
+ Hits           7003   7224   +221
Impacted Files Coverage Δ Complexity Δ
src/Phug/Lexer/Lexer/Scanner/MultilineScanner.php 100% <ø> (ø) 29 <0> (ø) :arrow_down:
src/Phug/Phug/Phug/Cli.php 100% <ø> (ø) 43 <0> (ø) :arrow_down:
src/Phug/Event/EventManagerTrait.php 100% <ø> (ø) 23 <0> (ø) :arrow_down:
src/Phug/Formatter/Formatter/Format/XmlFormat.php 100% <ø> (ø) 81 <0> (ø) :arrow_down:
...c/Phug/DependencyInjection/DependencyInjection.php 100% <ø> (ø) 34 <0> (ø) :arrow_down:
...c/Phug/Renderer/Renderer/Partial/RegistryTrait.php 100% <ø> (ø) 20 <0> (ø) :arrow_down:
...rc/Phug/Util/Util/Partial/ModuleContainerTrait.php 100% <ø> (ø) 21 <0> (ø) :arrow_down:
src/Phug/Event/Event/ListenerQueue.php 100% <ø> (ø) 12 <0> (ø) :arrow_down:
...Phug/Renderer/Renderer/Partial/FileSystemTrait.php 100% <ø> (ø) 19 <0> (ø) :arrow_down:
src/Phug/Phug/Phug/Partial/TokenGeneratorTrait.php 100% <100%> (ø) 4 <4> (?)
... and 24 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 46c24e9...dc8707c. Read the comment docs.

codeclimate[bot] commented 4 years ago

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