From 6375128352420f4431d2e3eb7a31a5c801ab8e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:05:33 +0000 Subject: [PATCH] Bump MishaKav/pytest-coverage-comment from 1.7.2 to 1.8.0 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.7.2 to 1.8.0. - [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.2...v1.8.0) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.8.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 b105f99..b24cfa3 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.2 + uses: MishaKav/pytest-coverage-comment@v1.8.0 with: pytest-xml-coverage-path: ./coverage.xml junitxml-path: ./pytest.xml