Skip to content

Commit cd116aa

Browse files
committed
Add build script workaround while coveralls is down
1 parent d1aa381 commit cd116aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
if: matrix.os == 'ubuntu-latest'
6767

6868
- name: Test Coverage
69-
run: coveralls --service=github --ignore-errors
69+
run: coveralls --service=github
70+
continue-on-error: true
7071
if: matrix.os == 'ubuntu-latest'
7172
env:
7273
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)