mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
also enable branch-coverage
This commit is contained in:
parent
86ea5e49f4
commit
61bb590112
@ -19,7 +19,7 @@ if ! [ -e /root/.ssh/id_rsa ]; then
|
||||
fi
|
||||
|
||||
|
||||
coverage run --source zfs_autobackup -m unittest discover -vvvvf $SCRIPTDIR $@ 2>&1
|
||||
coverage run --branch --source zfs_autobackup -m unittest discover -vvvvf $SCRIPTDIR $@ 2>&1
|
||||
EXIT=$?
|
||||
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user