From ca9eb54da36b339054ceb77fe200f8abee8dbe80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:13:44 +0000 Subject: [PATCH] Bump ArtiomTr/jest-coverage-report-action from 2.3.0 to 2.3.1 Bumps [ArtiomTr/jest-coverage-report-action](https://github.com/artiomtr/jest-coverage-report-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/artiomtr/jest-coverage-report-action/releases) - [Commits](https://github.com/artiomtr/jest-coverage-report-action/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: ArtiomTr/jest-coverage-report-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 082a15a..c5156b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: run: npm test - name: Upload coverage - uses: ArtiomTr/jest-coverage-report-action@v2.3.0 + uses: ArtiomTr/jest-coverage-report-action@v2.3.1 continue-on-error: true with: test-script: npm test