From 2370574ed4493ea0e32532e7c6dd5e1038ca4474 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sat, 11 Dec 2021 11:30:25 +0000 Subject: [PATCH] Ignore code coverage tests failing the build. --- .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 2aa7324..8a842ac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: push: paths-ignore: - '**.md' - - 'action.yml' + - '**/release.yaml' branches: - "master" - "main" @@ -79,6 +79,7 @@ jobs: make test CI_RUN=${CI} - name: Upload codecov result uses: codecov/codecov-action@v1 + continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: coverage.out