thecodingmachine / tdbm

The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.
https://thecodingmachine.github.io/tdbm/
119 stars 27 forks source link

5.1 backport #243

Open homersimpsons opened 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #243 (1029d28) into master (8f37326) will decrease coverage by 0.05%. The diff coverage is 93.93%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #243      +/-   ##
============================================
- Coverage     97.40%   97.34%   -0.06%     
- Complexity     1484     1497      +13     
============================================
  Files            62       62              
  Lines          4164     4187      +23     
============================================
+ Hits           4056     4076      +20     
- Misses          108      111       +3     
Impacted Files Coverage Δ Complexity Δ
src/Utils/BeanDescriptor.php 98.33% <93.33%> (-0.21%) 203.00 <10.00> (+11.00) :arrow_down:
src/OrderByAnalyzer.php 100.00% <100.00%> (ø) 10.00 <0.00> (ø)
src/Utils/ObjectBeanPropertyDescriptor.php 96.09% <100.00%> (-0.74%) 50.00 <0.00> (+2.00) :arrow_down:

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 8f37326...1029d28. Read the comment docs.