From 48747a6882f82069712a08e1604cb08fb10ad398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:42:33 +0000 Subject: [PATCH] Bump MishaKav/pytest-coverage-comment from 1.11.0 to 1.11.1 Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from 1.11.0 to 1.11.1. - [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.11.0...v1.11.1) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e5375f..f07501f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,7 +107,7 @@ jobs: - name: Coverage comment id: coverage - uses: MishaKav/pytest-coverage-comment@v1.11.0 + uses: MishaKav/pytest-coverage-comment@v1.11.1 with: pytest-xml-coverage-path: ./reports/coverage.xml default-branch: master