From 40471293813c1810530b0007d5ae5ef876133ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 06:29:53 +0000 Subject: [PATCH] chore: bump threeal/gcovr-action from 1.1.0 to 1.2.0 Bumps [threeal/gcovr-action](https://github.com/threeal/gcovr-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/threeal/gcovr-action/releases) - [Commits](https://github.com/threeal/gcovr-action/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: threeal/gcovr-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4daa621..e016b16 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: - name: Check Coverage if: ${{ matrix.os != 'windows-2022' }} - uses: threeal/gcovr-action@v1.1.0 + uses: threeal/gcovr-action@v1.2.0 with: excludes: build/* fail-under-line: 100