kylekatarnls / business-time

Carbon mixin to handle business days and opening hours
MIT License
296 stars 14 forks source link

Support PHP 8 #42

Closed kylekatarnls closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (e717a6e) into master (be893db) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #42   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity       253       224   -29     
===========================================
  Files             16        16           
  Lines            562       571    +9     
===========================================
+ Hits             562       571    +9     
Impacted Files Coverage Δ Complexity Δ
src/BusinessTime/MixinBase.php 100.00% <100.00%> (ø) 47.00 <0.00> (-2.00)
src/BusinessTime/Traits/AddAndSubtract.php 100.00% <100.00%> (ø) 19.00 <0.00> (-15.00)
src/BusinessTime/Traits/Diff.php 100.00% <100.00%> (ø) 5.00 <0.00> (-5.00)
src/BusinessTime/Traits/IsMethods.php 100.00% <100.00%> (ø) 16.00 <0.00> (-3.00)
src/BusinessTime/Traits/Range.php 100.00% <100.00%> (ø) 12.00 <0.00> (-4.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 be893db...e717a6e. Read the comment docs.

codeclimate[bot] commented 3 years ago

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

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 100.0% (50% 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.