From 8b689f593a21cd152363fe716d4423db2c14f3df Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:20:14 +0000 Subject: [PATCH] chore(deps): update dependency gcovr to v8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5880edc..911ea45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -307,7 +307,7 @@ jobs: - name: Prepare for gcovr run: | - pip install gcovr==7.2 + pip install gcovr==8.2 - name: Configure CMake run: >