phug-php / phug

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

Fix #64 add new line only between 2 piped lines #68

Closed kylekatarnls closed 4 years ago

kylekatarnls commented 4 years ago

Fix #64 add new line only between 2 piped lines

codecov[bot] commented 4 years ago

Codecov Report

Merging #68 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #68   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity      2774      2779    +5     
===========================================
  Files            250       250           
  Lines           7274      7281    +7     
===========================================
+ Hits            7274      7281    +7     
Impacted Files Coverage Δ Complexity Δ
src/Phug/Formatter/Formatter/AbstractFormat.php 100.00% <100.00%> (ø) 161.00 <0.00> (+1.00)
.../Phug/Lexer/Lexer/Scanner/InterpolationScanner.php 100.00% <100.00%> (ø) 12.00 <3.00> (+3.00)
...hug/Renderer/Renderer/Profiler/LinkedProcesses.php 100.00% <100.00%> (ø) 12.00 <0.00> (+1.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 9329b07...6f9c4fd. Read the comment docs.

codeclimate[bot] commented 4 years ago

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