1
0
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:
David Steele
2017-01-09 20:49:04 -05:00
parent 39744a4f1d
commit 0e4f51c271
14 changed files with 188 additions and 25 deletions

View File

@@ -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';