Skip to content

Commit ee8e800

Browse files
CI: Update endcover step to v2 to fix CI (#5763)
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent f11657e commit ee8e800

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/other.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,15 @@ jobs:
115115
# To view the Coveralls results of the PR, click on the "Details" link to the right
116116
# of the Coveralls Logo in the Checks section of the PR.
117117
finish-parallel-coveralls-upload:
118+
name: Finish coverage upload
118119
needs: python-test # run after the python-test has completed uploading coverages
119120
runs-on: ubuntu-latest
120121
steps:
121122
- name: Finish the parallel coverage upload to Coveralls
122-
uses: coverallsapp/github-action@v1
123+
uses: coverallsapp/github-action@v2
123124
with:
124125
parallel-finished: true
126+
continue-on-error: true # Do not fail CI if this step fails
125127

126128
deprecation-test:
127129
name: Deprecation tests

0 commit comments

Comments
 (0)