mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
do not fail CI on codecov errors
The CodeCove upload depends on unreliable external code.
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
|||||||
files: ./Nominatim/coverage*.xml
|
files: ./Nominatim/coverage*.xml
|
||||||
directory: ./
|
directory: ./
|
||||||
name: codecov-umbrella
|
name: codecov-umbrella
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: false
|
||||||
path_to_write_report: ./coverage/codecov_report.txt
|
path_to_write_report: ./coverage/codecov_report.txt
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user