From 44253c83d3d32e1b1503650ce8de3e17feb2b5fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:49:56 +0000 Subject: [PATCH] Bump MishaKav/pytest-coverage-comment Bumps [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment) from ef975f05ff4ca5a053e7d42ceb31000a085d17e4 to a01708271d42c5703d489b13eb503ba47c01e82a. - [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/ef975f05ff4ca5a053e7d42ceb31000a085d17e4...a01708271d42c5703d489b13eb503ba47c01e82a) --- updated-dependencies: - dependency-name: MishaKav/pytest-coverage-comment dependency-version: a01708271d42c5703d489b13eb503ba47c01e82a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-reuse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-reuse.yml b/.github/workflows/pre-commit-reuse.yml index 5ac0aa61ee88..e549a6ce8dd1 100644 --- a/.github/workflows/pre-commit-reuse.yml +++ b/.github/workflows/pre-commit-reuse.yml @@ -127,7 +127,7 @@ jobs: steps.check-coverage-xml-exists.outputs.files_exists == 'true' && steps.check-pytest-junit-exists.outputs.files_exists == 'true' && ! github.event.pull_request.head.repo.fork - uses: MishaKav/pytest-coverage-comment@ef975f05ff4ca5a053e7d42ceb31000a085d17e4 # main + uses: MishaKav/pytest-coverage-comment@a01708271d42c5703d489b13eb503ba47c01e82a # main continue-on-error: true # may fail on output > 65k chars with: pytest-xml-coverage-path: coverage_report/coverage.xml