Skip to content

Commit

Permalink
Merge pull request #168 from elecena/ci/do-not-fail-on-coveralls
Browse files Browse the repository at this point in the history
CI - do not fail on Coveralls uploads
  • Loading branch information
macbre authored Nov 3, 2022
2 parents 04fd52d + 77da27b commit 17fe848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:

- name: Upload coverage results to Coveralls
if: matrix.php-versions == '8.0'
continue-on-error: true # do not fail on Coveralls uploads
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 17fe848

Please sign in to comment.