From 46266353df1d50e33e266ed473d629a309727165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:10:20 +0000 Subject: [PATCH] meta: bump MishaKav/jest-coverage-comment from 1.0.24 to 1.0.25 Bumps [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) from 1.0.24 to 1.0.25. - [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/f2e8b560403c4fd8234a2b268af3c28ca91e5cc7...c2d5cfd6c32e8799c6deb0fd76a8e2d9ad8b35c2) --- updated-dependencies: - dependency-name: MishaKav/jest-coverage-comment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 f8cf4f1e4e426..88b55a3b51106 100644 --- a/.github/workflows/lint-and-tests.yml +++ b/.github/workflows/lint-and-tests.yml @@ -246,7 +246,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@f2e8b560403c4fd8234a2b268af3c28ca91e5cc7 # v1.0.24 + uses: MishaKav/jest-coverage-comment@c2d5cfd6c32e8799c6deb0fd76a8e2d9ad8b35c2 # v1.0.25 with: title: 'Unit Test Coverage Report' junitxml-path: ./junit.xml