Skip to content

Commit

Permalink
chore(ci): ignore coveralls upload failures in CI (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCiesla authored Feb 14, 2025
1 parent 0d9ca75 commit 683e98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-coverage') }}
uses: coverallsapp/github-action@v2
with:
fail-on-error: false
github-token: ${{ secrets.GITHUB_TOKEN }}

finalize_coverage:
Expand Down

0 comments on commit 683e98e

Please sign in to comment.