alphazframework / framework

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

Adding & upgrading conversion package #211

Closed lablnet closed 4 years ago

lablnet commented 5 years ago

Need to work on this too

codecov[bot] commented 5 years ago

Codecov Report

Merging #211 into master will increase coverage by 4.4%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master    #211     +/-   ##
==========================================
+ Coverage      4.64%   9.05%   +4.4%     
- Complexity     1802    1949    +147     
==========================================
  Files           110     112      +2     
  Lines          4603    4990    +387     
==========================================
+ Hits            214     452    +238     
- Misses         4389    4538    +149
Impacted Files Coverage Δ Complexity Δ
src/Data/Conversion.php 0% <0%> (ø) 18 <18> (+9) :arrow_up:
src/Hashing/ArgonHashing.php 88.88% <0%> (-4.14%) 18% <0%> (ø)
src/Files/FileHandling.php 0% <0%> (ø) 10% <0%> (ø) :arrow_down:
src/Bootstrap.php 0% <0%> (ø) 10% <0%> (+3%) :arrow_up:
src/Common/Root.php 0% <0%> (ø) 2% <0%> (ø) :arrow_down:
src/SystemMessage/SystemMessage.php 0% <0%> (ø) 19% <0%> (ø) :arrow_down:
src/functions/helpers.php 0% <0%> (ø) 0% <0%> (ø) :arrow_down:
src/Time/Time.php 79.24% <0%> (ø) 24% <0%> (?)
src/Container/Container.php 0% <0%> (ø) 42% <0%> (?)
src/Data/Str.php 47.05% <0%> (ø) 7% <0%> (?)
... and 4 more

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 23f3898...0006635. Read the comment docs.