phug-php / phug

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

Ensure STDOUT is defined in color check #80

Closed kylekatarnls closed 3 years ago

kylekatarnls commented 3 years ago

Fix https://github.com/pug-php/pug/issues/245

codecov[bot] commented 3 years ago

Codecov Report

Merging #80 (bbba1ff) into master (f4e169a) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##              master       #80     +/-   ##
=============================================
  Coverage     100.00%   100.00%             
=============================================
  Files            255       255             
  Lines           7372      7372             
=============================================
  Hits            7372      7372             
Impacted Files Coverage Δ Complexity Δ
src/Phug/Lexer/Lexer/Partial/IndentStyleTrait.php 100.00% <ø> (ø) 0.00 <0.00> (-8.00)
.../Renderer/Renderer/Partial/Debug/DebuggerTrait.php 100.00% <ø> (ø) 0.00 <0.00> (-58.00)
...rc/Phug/Lexer/Lexer/Scanner/IndentationScanner.php 100.00% <100.00%> (ø) 0.00 <0.00> (-26.00)
src/Phug/Lexer/Lexer/State.php 100.00% <100.00%> (ø) 0.00 <0.00> (-51.00)
src/Phug/Util/Util/TestCase.php 100.00% <100.00%> (ø) 0.00 <0.00> (-14.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 f4e169a...bbba1ff. Read the comment docs.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit bbba1ff3 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

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.