X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cb70a2fde33e9c2455ea1cfb37ee430b00058b82..25318e8a69512c9543ca5c7fee57839d5b417cb0:/.github/workflows/ci-tests.yml diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3d473751..1c5fc735 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -71,13 +71,18 @@ jobs: vendor/bin/phpcov merge --clover ../../coverage-bdd.xml ./cov working-directory: Nominatim/test/bdd + - name: BDD tests (legacy_icu tokenizer) + run: | + behave -DREMOVE_TEMPLATE=1 -DBUILDDIR=$GITHUB_WORKSPACE/build -DTOKENIZER=legacy_icu --format=progress3 + working-directory: Nominatim/test/bdd + - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: 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