mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +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
|
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=$?
|
EXIT=$?
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user