We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfb01ae + 683e98e commit ccc2630Copy full SHA for ccc2630
.github/workflows/coverage.yml
@@ -54,6 +54,7 @@ jobs:
54
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-coverage') }}
55
uses: coverallsapp/github-action@v2
56
with:
57
+ fail-on-error: false
58
github-token: ${{ secrets.GITHUB_TOKEN }}
59
60
finalize_coverage:
0 commit comments