Divergence / framework

PHP Framework providing ActiveRecord models and out of the box CRUD controllers with versioning and ORM support
MIT License
18 stars 4 forks source link

Initial alpha of 1.1 #14

Closed hparadiz closed 4 years ago

hparadiz commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into release will increase coverage by 10.51%. The diff coverage is 71.49%.

Impacted file tree graph

@@              Coverage Diff               @@
##             release      #14       +/-   ##
==============================================
+ Coverage      60.97%   71.48%   +10.51%     
- Complexity      1069     1110       +41     
==============================================
  Files             21       30        +9     
  Lines           2442     2392       -50     
==============================================
+ Hits            1489     1710      +221     
+ Misses           953      682      -271     
Impacted Files Coverage Δ Complexity Δ
src/Controllers/SiteRequestHandler.php 0.00% <0.00%> (ø) 1.00 <1.00> (ø)
src/Helpers/JSON.php 100.00% <ø> (ø) 12.00 <0.00> (ø)
src/Helpers/Validate.php 100.00% <ø> (ø) 12.00 <0.00> (ø)
src/IO/Database/SQL.php 86.52% <0.00%> (-2.99%) 87.00 <0.00> (+1.00) :arrow_down:
src/Models/Media/Audio.php 0.00% <ø> (ø) 16.00 <0.00> (ø)
src/Models/Media/Image.php 60.00% <ø> (+60.00%) 12.00 <0.00> (ø)
src/Models/Media/PDF.php 0.00% <ø> (ø) 11.00 <0.00> (ø)
src/Models/Media/Video.php 0.00% <ø> (ø) 42.00 <0.00> (ø)
src/Models/Relations.php 89.85% <ø> (ø) 65.00 <0.00> (ø)
src/Models/Versioning.php 97.14% <ø> (ø) 15.00 <0.00> (ø)
... and 34 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 daaf78a...0ebb1d1. Read the comment docs.