Skip to content

Commit f3857f3

Browse files
authored
Don't fail continuous integration if we cannot publish to Coveralls (google#1273)
* Don't fail continuous integration if we cannot publish to Coveralls * Continue on Coveralls error in the "finish" action also
1 parent d33b5c9 commit f3857f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
python -m pip install tox tox-gh-actions
5757
tox
5858
- name: Publish to Coveralls with GitHub Action
59+
continue-on-error: true
5960
uses: coverallsapp/github-action@v2
6061
with:
6162
parallel: true
@@ -78,6 +79,7 @@ jobs:
7879
runs-on: ubuntu-latest
7980
steps:
8081
- name: Coveralls Finished
82+
continue-on-error: true
8183
uses: coverallsapp/github-action@v2
8284
with:
8385
parallel-finished: true

0 commit comments

Comments
 (0)