From 150e13c2efeee81a9f8eb57c652c59307bdb0449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 09:36:51 +0000 Subject: [PATCH] Bump MishaKav/pytest-coverage-comment from 1.1.54 to 1.1.57 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.1.54 to 1.1.57. - [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/13d3c18e21895566c746187c9ea74736372e5e91...1bdbba85fb74a2fdc1ec66383acec1091610f82b) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.1.57 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-python-tests.yml b/.github/workflows/pull-request-python-tests.yml index 175d2a8..15d2af8 100644 --- a/.github/workflows/pull-request-python-tests.yml +++ b/.github/workflows/pull-request-python-tests.yml @@ -44,7 +44,7 @@ jobs: run: | uv run pytest - name: Report coverage - uses: MishaKav/pytest-coverage-comment@13d3c18e21895566c746187c9ea74736372e5e91 + uses: MishaKav/pytest-coverage-comment@1bdbba85fb74a2fdc1ec66383acec1091610f82b with: pytest-xml-coverage-path: ./htmlcov/coverage.xml title: Coverage report for Python ${{ matrix.python-version }}