Skip to content

Commit 9a549a1

Browse files
committed
Don't fail continuous integration if we cannot publish to Coveralls
1 parent abfa06d commit 9a549a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)