Skip to content

Commit 2a6e933

Browse files
committed
actions: allow coveralls.io errors
1 parent 12cae10 commit 2a6e933

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
pytest --cov=UncertainSCI
4747
4848
- name: Upload coverage data to coveralls.io
49+
continue-on-error: true
4950
run: |
5051
pip install coveralls
5152
coveralls --service=github
@@ -62,6 +63,7 @@ jobs:
6263

6364
steps:
6465
- name: Finished
66+
continue-on-error: true
6567
run: |
6668
pip3 install --upgrade pip
6769
pip3 install --upgrade coveralls

0 commit comments

Comments
 (0)