Skip to content

Commit f402f63

Browse files
CI: Make Coveralls optional since the service is down at the moment (#590)
1 parent 36ebd0f commit f402f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
# Export coverage to Coveralls
166166
- name: Coveralls
167167
uses: AndreMiras/coveralls-python-action@v20201129
168+
continue-on-error: true
168169
with:
169170
parallel: true
170171
flag-name: run-${{ matrix.python-version.flag }}
@@ -178,6 +179,7 @@ jobs:
178179

179180
- name: Coveralls Finished
180181
uses: AndreMiras/coveralls-python-action@v20201129
182+
continue-on-error: true
181183
with:
182184
parallel-finished: true
183185
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)