You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Added integration for testing coverage with Devel::Cover.
This commit is contained in:
@@ -61,6 +61,9 @@ use constant VM_OS_UBUNTU => 'ubuntu';
|
||||
####################################################################################################################################
|
||||
# Valid VM list
|
||||
####################################################################################################################################
|
||||
use constant VM_ALL => 'all';
|
||||
push @EXPORT, qw(VM_ALL);
|
||||
|
||||
use constant VM_CO6 => 'co6';
|
||||
push @EXPORT, qw(VM_CO6);
|
||||
use constant VM_CO7 => 'co7';
|
||||
|
Reference in New Issue
Block a user