From 6121e6ce309121e485a83b7befdb5bada2e785bf Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Thu, 2 Nov 2023 15:12:06 +0000 Subject: [PATCH] chore: bump coverage Github action --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7c6c72fd..b1bd4250b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: cp coverage.out $RUNNER_TEMP - name: Update coverage report - uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742 + uses: ncruces/go-coverage-report@57ac6f0f19874f7afbab596105154f08004f482e with: coverage-file: ${{ runner.temp }}/coverage.out report: 'true' @@ -34,7 +34,6 @@ jobs: reuse-go: 'true' if: | github.event_name == 'push' - continue-on-error: true lint: runs-on: ubuntu-latest