kylekatarnls / business-time

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

Fix holidays region loading via Laravel config file #46

Closed kylekatarnls closed 3 years ago

kylekatarnls commented 3 years ago

Fix #45

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (313d6e5) into master (4e9f215) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #46   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       223       223           
===========================================
  Files             16        16           
  Lines            570       570           
===========================================
  Hits             570       570           
Impacted Files Coverage Δ
src/BusinessTime/MixinBase.php 100.00% <100.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 4e9f215...313d6e5. Read the comment docs.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 313d6e5a and detected 0 issues on this pull request.

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.