From cb3596bdbc995d20c107f085b223325315e2c318 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:06:12 +0000 Subject: [PATCH] chore(deps): update dependency gcovr to v8.3 --- .github/workflows/ci.yml | 2 +- .../workflows/ci.yml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bef4ba57..b6891fc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -339,7 +339,7 @@ jobs: - name: Prepare for gcovr run: | - pip install gcovr==8.2 + pip install gcovr==8.3 - name: Configure CMake run: > diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja index a81dc3be..b276e31c 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja @@ -355,7 +355,7 @@ jobs: - name: Prepare for gcovr run: | - pip install gcovr==8.2 + pip install gcovr==8.3 - name: Configure CMake run: >