]> git.openstreetmap.org Git - nominatim.git/commitdiff
do not fail CI on codecov errors
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Jun 2021 08:42:14 +0000 (10:42 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 8 Jun 2021 08:42:14 +0000 (10:42 +0200)
The CodeCove upload depends on unreliable external code.

.github/workflows/ci-tests.yml

index b60507bc4511599922d981dbbae2b4135c8ae222..1c5fc735df32a0621513c9567a2878ea93b917d5 100644 (file)
@@ -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