phug-php / phug

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

Add a TestCase base class #50

Closed kylekatarnls closed 4 years ago

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 8395326c 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 99.4% (0.0% change).

View more on Code Climate.

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #50      +/-   ##
============================================
+ Coverage     99.39%   99.41%   +0.01%     
- Complexity     2540     2554      +14     
============================================
  Files           234      235       +1     
  Lines          6818     6844      +26     
============================================
+ Hits           6777     6804      +27     
+ Misses           41       40       -1
Impacted Files Coverage Δ Complexity Δ
src/Phug/Util/Util/TestCase.php 100% <100%> (ø) 14 <14> (?)
src/Phug/Util/Util/Partial/OptionTrait.php 100% <0%> (+1.23%) 52% <0%> (ø) :arrow_down:

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 71c02e6...8395326. Read the comment docs.