mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Implement on-demand coverage on Shippable. (#24535)
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user