pug-php / pug

Pug template engine for PHP
https://www.phug-lang.com
MIT License
387 stars 42 forks source link

Add alternative versions for HTML rendered templates #247

Closed kylekatarnls closed 2 years ago

kylekatarnls commented 2 years ago

This will allow more smoothly evolutions testing in Phug

codecov[bot] commented 2 years ago

Codecov Report

Merging #247 (5dc9fba) into master (6266960) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##              master      #247    +/-   ##
============================================
  Coverage     100.00%   100.00%            
============================================
  Files             23        23            
  Lines            437       423    -14     
============================================
- Hits             437       423    -14     
Impacted Files Coverage Δ
src/Pug/Engine/Options.php 100.00% <100.00%> (ø)
src/Pug/Pug.php 100.00% <0.00%> (ø)
src/Pug/Engine/Filters.php 100.00% <0.00%> (ø)
src/Pug/Engine/Renderer.php 100.00% <0.00%> (ø)
src/Pug/Engine/PugJsEngine.php 100.00% <0.00%> (ø)
src/Pug/Engine/OptionsHandler.php 100.00% <0.00%> (ø)

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 6266960...5dc9fba. Read the comment docs.