mirko-pagliai / cakephp-database-backup

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

Develop export executable with compression #78

Closed mirko-pagliai closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #78 (9ffd851) into develop (4996892) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop       #78   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity       124       119    -5     
===========================================
  Files             18        17    -1     
  Lines            445       411   -34     
===========================================
- Hits             445       411   -34     
Impacted Files Coverage Δ
src/Driver/Mysql.php 100.00% <ø> (ø)
src/Driver/Sqlite.php 100.00% <ø> (ø)
src/Driver/Driver.php 100.00% <100.00%> (ø)
src/TestSuite/DriverTestCase.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 4996892...9ffd851. Read the comment docs.