From 56bb1eea34f6ef3b42a81dae9ceced0a9b3a3a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= Date: Wed, 27 May 2026 15:08:15 +0100 Subject: [PATCH] ci: Don't fail if codecov rejects tokenless upload --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 159acd451..e104e5b54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: files: coverage.json name: rust flags: rust - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} # Run tests on the minimum supported rust version, with minimal dependency versions @@ -317,7 +317,7 @@ jobs: disable_search: true name: python flags: python - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} tests-qis-compiler: @@ -355,7 +355,7 @@ jobs: disable_search: true name: python flags: qis-compiler - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} # Ensure that serialized extensions match rust implementation