mirko-pagliai / cakephp-database-backup

DatabaseBackup is a CakePHP plugin to export, import and manage database backups
Other
19 stars 3 forks source link

now allows to configure and customize via bootstrap the executable co… #77

Closed mirko-pagliai closed 2 years ago

mirko-pagliai commented 2 years ago

…mmands to

import and export databases, for each driver
codecov[bot] commented 2 years ago

Codecov Report

Merging #77 (45489e8) into develop (99c2f56) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop       #77   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       124       124           
===========================================
  Files             18        18           
  Lines            428       445   +17     
===========================================
+ Hits             428       445   +17     
Impacted Files Coverage Δ
src/Driver/Mysql.php 100.00% <100.00%> (ø)
src/Driver/Postgres.php 100.00% <100.00%> (ø)
src/Driver/Sqlite.php 100.00% <100.00%> (ø)

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 99c2f56...45489e8. Read the comment docs.