Skip to content

Commit

Permalink
[FIX] Coverage module version upgrade to v7.6.1 for devel branch with…
Browse files Browse the repository at this point in the history
… python3.12
  • Loading branch information
JkhatriInfobox committed Aug 13, 2024
1 parent 159a2d7 commit ca2a0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Generate coverage report
run: |
if [ "${{ matrix.ansible-version }}" == "devel" ]; then
pip install coverage==7.5.3;
pip install coverage==7.6.1;
elif [ "${{ matrix.ansible-version }}" == "stable-2.15" ]; then
pip install coverage==6.5.0;
fi
Expand Down

0 comments on commit ca2a0da

Please sign in to comment.