Measure coverage in indirectly included Py modules

This commit is contained in:
Sviatoslav Sydorenko 2026-01-29 14:38:39 +01:00
parent 1036c096a2
commit c5db7f34fc
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -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: