Skip to content

Commit

Permalink
Ignore errors from uploading to coveralls (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt McShane committed May 22, 2023
1 parent a3cd0d1 commit ff67cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Integration tests (with cache)
run: make integration-test-normal-cache
- name: Upload coverage
continue-on-error: true
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make cover_ci
Expand Down

0 comments on commit ff67cdb

Please sign in to comment.