From 2405a93eb298cb5fdf4dd920d9c292aa39e98e90 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 16 Jan 2023 18:16:58 +0000 Subject: [PATCH] Update codecov action v1->v3 --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f979c08..c12f2b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -85,11 +85,12 @@ jobs: run: | make test CI_RUN=${CI} - name: Upload codecov result - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: coverage.out + fail_ci_if_error: false code_scans: needs: [ prepare ]