Skip to content

Commit

Permalink
[FIX] coverage report for stable-2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Jun 27, 2024
1 parent 705ada2 commit a4102ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4102ca

Please sign in to comment.