From cb2d904b8acef06e0f8146f3bfc1631c9596b134 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 28 Sep 2022 23:22:07 +0200 Subject: [PATCH] CI: Disable failing on code coverage report upload, Codecov has issues Codecov occasionally responds with: 404 Not Found: Unable to locate build via Github Actions API. Some workaround-like mitigations have been tried, but to no avail. Reference: https://github.com/crate/crate-python/pull/451 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec1fe4326..d1e327175 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,4 +54,4 @@ jobs: - name: Upload coverage results to Codecov uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true + fail_ci_if_error: false