We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1aa381 commit cd116aaCopy full SHA for cd116aa
.github/workflows/build.yml
@@ -66,7 +66,8 @@ jobs:
66
if: matrix.os == 'ubuntu-latest'
67
68
- name: Test Coverage
69
- run: coveralls --service=github --ignore-errors
+ run: coveralls --service=github
70
+ continue-on-error: true
71
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments