mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-13 03:44:02 -07:00
Add support for on-demand coverage on Shippable.
Triggered by setting the COVERAGE environment var to a non-empty value. Alternatively the string `ci_coverage` can be added to a commit message.
This commit is contained in:
parent
dfd19a812f
commit
7b3f0b8870
8 changed files with 17 additions and 10 deletions
|
@ -8,4 +8,4 @@ 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}"
|
||||
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}" "${COVERAGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue