Skip to content

Commit

Permalink
ci(coverage): update to gcovr 7.0 (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud authored Jan 27, 2024
1 parent 9b34110 commit 68b6ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Setup Coverage Dependencies
if: matrix.build_type == 'Debug'
run: |
pip install 'gcovr==6.0'
pip install 'gcovr==7.0'
- name: Setup Environment
if: matrix.build_type == 'Debug'
Expand Down

0 comments on commit 68b6ce3

Please sign in to comment.