From 38fbc4fcbbfa4dbda664314caccf0c05675fc679 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 8 Jun 2021 10:42:14 +0200 Subject: [PATCH] do not fail CI on codecov errors The CodeCove upload depends on unreliable external code. --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index b60507bc..1c5fc735 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -82,7 +82,7 @@ jobs: files: ./Nominatim/coverage*.xml directory: ./ name: codecov-umbrella - fail_ci_if_error: true + fail_ci_if_error: false path_to_write_report: ./coverage/codecov_report.txt verbose: true -- 2.39.5