From 92de5694494e66a4e3539730107b25f713348674 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 8 Apr 2024 17:27:47 +0200 Subject: [PATCH] Update python-ci-tests.yml It seems there is an issue with the env variable and the token passed. --- .github/workflows/python-ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci-tests.yml b/.github/workflows/python-ci-tests.yml index 0859e4e..861ef79 100644 --- a/.github/workflows/python-ci-tests.yml +++ b/.github/workflows/python-ci-tests.yml @@ -41,5 +41,5 @@ jobs: - name: Upload coverage information to Codecov uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true # optional (default = false) + fail_ci_if_error: false # optional (default = false) verbose: true # optional (default = false)