ci(coverage): update to gcovr 7.0 (#1070)
This commit is contained in:
parent
9b34110745
commit
68b6ce38eb
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
|||||||
- name: Setup Coverage Dependencies
|
- name: Setup Coverage Dependencies
|
||||||
if: matrix.build_type == 'Debug'
|
if: matrix.build_type == 'Debug'
|
||||||
run: |
|
run: |
|
||||||
pip install 'gcovr==6.0'
|
pip install 'gcovr==7.0'
|
||||||
|
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
if: matrix.build_type == 'Debug'
|
if: matrix.build_type == 'Debug'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user