mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
AZP: Install ansible-test for coverage
This commit is contained in:
parent
679fe78f32
commit
6241e09ccd
1 changed files with 2 additions and 0 deletions
|
|
@ -5,4 +5,6 @@ set -o pipefail -eu
|
|||
|
||||
PATH="${PWD}/bin:${PATH}"
|
||||
|
||||
pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||
|
||||
ansible-test coverage xml --stub --venv --venv-system-site-packages --color -v
|
||||
|
|
|
|||
Loading…
Reference in a new issue