alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Added Time Package #206

Closed lablnet closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #206 into master will increase coverage by 0.52%. The diff coverage is 30%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #206      +/-   ##
===========================================
+ Coverage      4.52%   5.05%   +0.52%     
- Complexity     1798    1894      +96     
===========================================
  Files           110     111       +1     
  Lines          4596    4752     +156     
===========================================
+ Hits            208     240      +32     
- Misses         4388    4512     +124
Impacted Files Coverage Δ Complexity Δ
src/Common/TimeZone.php 100% <100%> (+100%) 4 <0> (ø) :arrow_down:
src/Time/Time.php 28.2% <28.2%> (ø) 16 <16> (?)
src/Data/Arrays.php 88.7% <0%> (-0.18%) 64% <0%> (+4%)
src/Files/Files.php 0% <0%> (ø) 140% <0%> (+70%) :arrow_up:
src/functions/helpers.php 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
src/Encryption/Adapter/SodiumEncryption.php 87.5% <0%> (+8.33%) 14% <0%> (+6%) :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 773ac38...c437df7. Read the comment docs.

lablnet commented 5 years ago

@peter279k review again and write test in your available time, in ago method we use placeholder technique to avoid language string ...

lablnet commented 5 years ago

@peter279k Review the final so i can squash and merge

lablnet commented 5 years ago

@peter279k Thanks you for your efforts and contribution

peter279k commented 5 years ago

@Lablnet, it should have some issues we need to be concerned after this PR is merged.