From 3f0690a88bc9bc8fbc2388b2d1c1bc972857bef6 Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl Date: Mon, 1 Jul 2024 12:00:00 +0200 Subject: [PATCH] CI: Update endcover step to v2 to fix CI Signed-off-by: Bernhard Kaindl --- .github/workflows/other.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/other.yml b/.github/workflows/other.yml index 9974a15fcd8..57d4c1d2207 100644 --- a/.github/workflows/other.yml +++ b/.github/workflows/other.yml @@ -115,13 +115,15 @@ jobs: # To view the Coveralls results of the PR, click on the "Details" link to the right # of the Coveralls Logo in the Checks section of the PR. finish-parallel-coveralls-upload: + name: Finish coverage upload needs: python-test # run after the python-test has completed uploading coverages runs-on: ubuntu-latest steps: - name: Finish the parallel coverage upload to Coveralls - uses: coverallsapp/github-action@v1 + uses: coverallsapp/github-action@v2 with: parallel-finished: true + continue-on-error: true # Do not fail CI if this step fails deprecation-test: name: Deprecation tests