We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11657e commit ee8e800Copy full SHA for ee8e800
.github/workflows/other.yml
@@ -115,13 +115,15 @@ jobs:
115
# To view the Coveralls results of the PR, click on the "Details" link to the right
116
# of the Coveralls Logo in the Checks section of the PR.
117
finish-parallel-coveralls-upload:
118
+ name: Finish coverage upload
119
needs: python-test # run after the python-test has completed uploading coverages
120
runs-on: ubuntu-latest
121
steps:
122
- name: Finish the parallel coverage upload to Coveralls
- uses: coverallsapp/github-action@v1
123
+ uses: coverallsapp/github-action@v2
124
with:
125
parallel-finished: true
126
+ continue-on-error: true # Do not fail CI if this step fails
127
128
deprecation-test:
129
name: Deprecation tests
0 commit comments