pug-php / pug

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

Remove views directory after caching in tests #228

Closed kylekatarnls closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #228   +/-   ##
=======================================
  Coverage       100%   100%           
+ Complexity      201    198    -3     
=======================================
  Files            23     23           
  Lines           443    433   -10     
=======================================
- Hits            443    433   -10
Impacted Files Coverage Δ Complexity Δ
src/Pug/Pug.php 100% <100%> (ø) 10 <0> (ø) :arrow_down:
src/Pug/Engine/Options.php 100% <100%> (ø) 44 <0> (-4) :arrow_down:
src/Pug/Engine/PugJsEngine.php 100% <100%> (ø) 29 <0> (-1) :arrow_down:
src/Pug/Engine/Renderer.php 100% <0%> (ø) 24% <0%> (+2%) :arrow_up:

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 763e74a...d7a0fb2. Read the comment docs.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit d7a0fb25 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Bug Risk 1

Note: there is 1 critical issue.

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 99.8% (0.2% change).

View more on Code Climate.