phug-php / phug

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

Ignore interpolations in comments #73

Closed kylekatarnls closed 4 years ago

kylekatarnls commented 4 years ago

Fix #69

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #73   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity      2808      2809    +1     
===========================================
  Files            254       254           
  Lines           7340      7355   +15     
===========================================
+ Hits            7340      7355   +15     
Impacted Files Coverage Δ Complexity Δ
src/Phug/Lexer/Lexer/Analyzer/LineAnalyzer.php 100.00% <ø> (ø) 31.00 <0.00> (-2.00)
src/Phug/Lexer/Lexer/AbstractToken.php 100.00% <100.00%> (ø) 7.00 <1.00> (+1.00)
src/Phug/Lexer/Lexer/Scanner/CommentScanner.php 100.00% <100.00%> (ø) 7.00 <0.00> (ø)
.../Phug/Lexer/Lexer/Scanner/InterpolationScanner.php 100.00% <100.00%> (ø) 19.00 <2.00> (+2.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 5ace1d7...b53a717. Read the comment docs.

codeclimate[bot] commented 4 years ago

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