Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 68b6ce3

Browse files
authored
ci(coverage): update to gcovr 7.0 (#1070)
1 parent 9b34110 commit 68b6ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Setup Coverage Dependencies
189189
if: matrix.build_type == 'Debug'
190190
run: |
191-
pip install 'gcovr==6.0'
191+
pip install 'gcovr==7.0'
192192
193193
- name: Setup Environment
194194
if: matrix.build_type == 'Debug'

0 commit comments

Comments
 (0)