From 9b576a567f797b0a913b734f4986b62d319b5e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:51:54 +0000 Subject: [PATCH] Bump MishaKav/jest-coverage-comment from 1.0.27 to 1.0.29 Bumps [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) from 1.0.27 to 1.0.29. - [Release notes](https://github.com/mishakav/jest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/jest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/jest-coverage-comment/compare/d74238813c33e6ea20530ff91b5ea37953d11c91...174f9cbf582b7cc2a7a3acce14dcfc8362e9d37f) --- updated-dependencies: - dependency-name: MishaKav/jest-coverage-comment dependency-version: 1.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 718e833..70a816a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Run tests run: pnpm run test - name: Jest Coverage Comment - uses: MishaKav/jest-coverage-comment@d74238813c33e6ea20530ff91b5ea37953d11c91 # v1.0.27 + uses: MishaKav/jest-coverage-comment@174f9cbf582b7cc2a7a3acce14dcfc8362e9d37f # v1.0.29 with: title: "Unit Test Coverage Report" junitxml-path: ./test-results.xml