Improve on-demand coverage for Shippable.

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

View file

@ -9,4 +9,4 @@ image="ansible/ansible:${args[1]}"
target="posix/ci/group${args[2]}/"
# shellcheck disable=SC2086
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"}
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \