diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index cea4979c..bdd8448a 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -96,6 +96,7 @@ jobs: - name: Generate coverage report run: | if [ "${{ matrix.ansible-version }}" == "stable-2.13" ]; then pip install coverage==4.5.4; fi + if [ "${{ matrix.ansible-version }}" in ["stable-2.14", "stable-2.15"] ]; then pip install coverage==6.5.0; fi ansible-test coverage xml -v --group-by command --group-by version working-directory: /home/runner/.ansible/collections/ansible_collections/infoblox/nios_modules/