usernane / phMysql

PHP library for building MySQL database schema and quires.
MIT License
4 stars 2 forks source link

Next #6

Closed usernane closed 4 years ago

usernane commented 4 years ago

Merge next version updates with master

codecov-io commented 4 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.13%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #6      +/-   ##
============================================
+ Coverage     52.82%   52.96%   +0.13%     
- Complexity      725      728       +3     
============================================
  Files             5        5              
  Lines          1397     1399       +2     
============================================
+ Hits            738      741       +3     
+ Misses          659      658       -1
Impacted Files Coverage Δ Complexity Δ
src/MySQLLink.php 0% <0%> (ø) 54 <0> (+1) :arrow_up:
src/MySQLTable.php 72% <100%> (+0.12%) 132 <0> (ø) :arrow_down:
src/Column.php 92.59% <100%> (+0.44%) 163 <0> (+2) :arrow_up:
src/MySQLQuery.php 37.61% <50%> (ø) 326 <0> (ø) :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 c2e8690...4cdf04f. Read the comment docs.