1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-07 11:08:59 +00:00

Implement on-demand coverage on Shippable. (#24535)

This commit is contained in:
Matt Clay 2017-05-14 01:08:42 +08:00 committed by GitHub
parent eb5e906014
commit 5cb5228cde
8 changed files with 25 additions and 10 deletions

View file

@ -8,4 +8,5 @@ IFS='/:' read -ra args <<< "${TEST}"
image="ansible/ansible:${args[1]}"
target="posix/ci/group${args[2]}/"
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}"
# shellcheck disable=SC2086
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" ${COVERAGE:+"$COVERAGE"}