From e1bd1cf74f109eb7da0128c74111236e87fb1fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 08:07:26 -0500 Subject: [PATCH] meta: bump MishaKav/jest-coverage-comment from 1.0.26 to 1.0.27 (#7068) Bumps [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) from 1.0.26 to 1.0.27. - [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/434e6d2d37116d23d812809b61d499639842fa3b...d74238813c33e6ea20530ff91b5ea37953d11c91) --- updated-dependencies: - dependency-name: MishaKav/jest-coverage-comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint-and-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-tests.yml b/.github/workflows/lint-and-tests.yml index 89b478473c55d..c63269db3b632 100644 --- a/.github/workflows/lint-and-tests.yml +++ b/.github/workflows/lint-and-tests.yml @@ -217,7 +217,7 @@ jobs: if: steps.chromatic-deploy.outcome == 'success' # This comments the current Jest Coverage Report containing JUnit XML reports # and a Code Coverage Summary - uses: MishaKav/jest-coverage-comment@434e6d2d37116d23d812809b61d499639842fa3b # v1.0.26 + uses: MishaKav/jest-coverage-comment@d74238813c33e6ea20530ff91b5ea37953d11c91 # v1.0.27 with: title: 'Unit Test Coverage Report' junitxml-path: ./apps/site/junit.xml