From 0b0b09c7f501fd6218496f63e8a442dd4acfbf3b Mon Sep 17 00:00:00 2001 From: Mohit Saxena <76725454+mohitsaxenaknoldus@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:17:31 +0530 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edced7163..3aa1ee922 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,13 +40,13 @@ jobs: PWNDBG_GITHUB_ACTIONS_TEST_RUN=1 ./tests.sh --cov - name: Process coverage data - if: matrix.os == 'ubuntu-22.04' + if: matrix.os == 'ubuntu-22.04' && success() || failure() run: | coverage combine coverage xml - name: "Upload coverage to Codecov" - if: matrix.os == 'ubuntu-22.04' + if: matrix.os == 'ubuntu-22.04' && success() || failure() uses: codecov/codecov-action@v3 with: fail_ci_if_error: true