ci(coverage): update to gcovr 7.0 (#1070)

This commit is contained in:
Sergiu Deitsch 2024-01-27 14:03:18 +01:00 committed by GitHub
parent 9b34110745
commit 68b6ce38eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'