From 0f36130fc927673641efdc66408061ed60077d80 Mon Sep 17 00:00:00 2001 From: aahnik Date: Mon, 7 Jun 2021 17:35:02 +0530 Subject: [PATCH] dont fail ci on codecov upload errors --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce62f6c..7bb4dd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,4 +29,4 @@ jobs: - uses: codecov/codecov-action@v1 with: env_vars: OS, PYTHON - fail_ci_if_error: true + fail_ci_if_error: false