Improve on-demand coverage for Shippable.

This commit is contained in:
Matt Clay
2017-05-14 15:04:52 +08:00
parent 5cb5228cde
commit fdcad0f44d
10 changed files with 48 additions and 20 deletions

View File

@@ -9,4 +9,5 @@ version="${args[1]}"
retry.py pip install tox --disable-pip-version-check
ansible-test units --color -v --tox --coverage --python "${version}"
# shellcheck disable=SC2086
ansible-test units --color -v --tox --python "${version}" --coverage ${CHANGED:+"$CHANGED"} \