do not fail CI on codecov errors

The CodeCove upload depends on unreliable external code.
This commit is contained in:
Sarah Hoffmann
2021-06-08 10:42:14 +02:00
parent c6fe91bfa5
commit 38fbc4fcbb

View 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