From 68b6ce38eb2698ced1b49dfe2b36ff857a1bb0e4 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Sat, 27 Jan 2024 14:03:18 +0100 Subject: [PATCH] ci(coverage): update to gcovr 7.0 (#1070) --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8bb6e19ad..4131270ad 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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'