From 781e4b773d6a57d8829cd1ad064339301f3d020c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:45:10 +0000 Subject: [PATCH] Bump MishaKav/pytest-coverage-comment from 1.7.1 to 1.7.2 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/pytest-coverage-comment/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5572e27..b105f99 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,7 +41,7 @@ jobs: uv run task test:ci - name: Pytest coverage comment if: ${{ github.actor != 'dependabot[bot]' }} - uses: MishaKav/pytest-coverage-comment@v1.7.1 + uses: MishaKav/pytest-coverage-comment@v1.7.2 with: pytest-xml-coverage-path: ./coverage.xml junitxml-path: ./pytest.xml