• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tito10047 / migration-backup / 23041526045

13 Mar 2026 07:54AM UTC coverage: 86.131% (+19.5%) from 66.667%
23041526045

Pull #2

github

tito10047
update database URLs with version-specific server hints
Pull Request #2: add multi-format compression support (gzip, bzip2, zstd, zip, lz4, no…

92 of 111 new or added lines in 8 files covered. (82.88%)

236 of 274 relevant lines covered (86.13%)

57.79 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Compressor/NoneCompressor.php
1
<?php
2

3
namespace Tito10047\MigrationBackup\Compressor;
4

5
class NoneCompressor implements CompressorInterface {
6
        public function compress(string $path): string {
NEW
7
                return $path;
×
8
        }
9

10
        public function getExtension(): string {
NEW
11
                return '';
×
12
        }
13

14
        public function isAvailable(): bool {
NEW
15
                return true;
×
16
        }
17
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc