From c92fb73cd54fd58479b5753ad90968412c052123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:10:02 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 1 to 2 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1 to 2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Upgrade guide](https://github.com/coverallsapp/github-action/blob/main/UPGRADE.md) - [Commits](https://github.com/coverallsapp/github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f299fca0..aa4e2facc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - run: deno cache ./entrypoint.ts - run: deno task test --coverage=cov_profile - run: deno coverage cov_profile --lcov --exclude=tests/ --output=cov_profile.lcov - - uses: coverallsapp/github-action@v1 + - uses: coverallsapp/github-action@v2 with: path-to-lcov: cov_profile.lcov parallel: true @@ -43,6 +43,6 @@ jobs: if: ${{ always() }} runs-on: ubuntu-latest steps: - - uses: coverallsapp/github-action@v1 + - uses: coverallsapp/github-action@v2 with: parallel-finished: true