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

Skip coverage on routine CI runs.

This commit is contained in:
Matt Clay 2018-01-23 10:00:55 -08:00
parent cdf8f29e70
commit eae23d2dbd
2 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@ IFS='/:' read -ra args <<< "$1"
version="${args[1]}"
# shellcheck disable=SC2086
ansible-test units --color -v --docker default --python "${version}" --coverage ${CHANGED:+"$CHANGED"} \
ansible-test units --color -v --docker default --python "${version}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \