From 7ef6d905d32289ed59ae49e5c4e69670262a215e Mon Sep 17 00:00:00 2001 From: Vincent Kelleher Date: Thu, 27 Jun 2024 15:07:56 +0200 Subject: [PATCH] disable CI fail when code coverage upload fails Signed-off-by: Vincent Kelleher --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e4ea7a4b..973acf9c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -63,4 +63,4 @@ jobs: name: codecov-results-${{ matrix.os }}-${{ matrix.python-version }} token: ${{ secrets.CODECOV_TOKEN }} file: coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false