Skip to content

Commit d1aa381

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

6868
- name: Test Coverage
69-
run: coveralls --service=github
69+
run: coveralls --service=github --ignore-errors
7070
if: matrix.os == 'ubuntu-latest'
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)