mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
Measure coverage in indirectly included Py modules
This commit is contained in:
parent
1036c096a2
commit
c5db7f34fc
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
shell: ansible-config init -t all > {{ini_tempfile.path}}
|
||||
|
||||
- name: run ini tester, for correctness and dupes
|
||||
shell: "{{ansible_playbook_python}} '{{role_path}}/files/ini_dupes.py' '{{ini_tempfile.path}}'"
|
||||
shell: "{{ansible_playbook_python}} -Im coverage run '{{role_path}}/files/ini_dupes.py' '{{ini_tempfile.path}}'"
|
||||
|
||||
- name: test ansible-config validate
|
||||
block:
|
||||
|
|
|
|||
Loading…
Reference in a new issue