From a4102ca01a5b569139c76782fd102a16772d4c30 Mon Sep 17 00:00:00 2001 From: jkhatri Date: Thu, 27 Jun 2024 02:41:41 -0700 Subject: [PATCH] [FIX] coverage report for stable-2.16 --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 474080af..da2e4aec 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -93,8 +93,8 @@ jobs: - name: Generate coverage report run: | - if [ "${{ matrix.ansible-version }}" == "stable-2.14" ]; then - pip install coverage==6.5.0; + if [ "${{ matrix.ansible-version }}" == "stable-2.16" ]; then + pip install coverage==7.3.2; elif [ "${{ matrix.ansible-version }}" == "stable-2.15" ]; then pip install coverage==6.5.0; fi