From 5bd3d76a4ef949639d0e34ad12dd3be0ddb4f773 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 8 Jan 2024 09:56:02 +0200 Subject: [PATCH] Always sending codecov --- .github/workflows/integration.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f4ba256359..7aaf346170 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -89,7 +89,6 @@ jobs: - name: Upload codecov coverage uses: codecov/codecov-action@v3 - if: ${{matrix.python-version == '3.11'}} with: fail_ci_if_error: false