Skip to content

Commit f9207c2

Browse files
committed
ci: continue on coveralls failure
1 parent f65e34a commit f9207c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: PYTHONPATH=. pytest --cov=core --cov-report=xml
4141

4242
- name: Upload to Coveralls
43+
continue-on-error: true
4344
env:
4445
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4546
run: coveralls --service=github

0 commit comments

Comments
 (0)