Skip to content

Commit 4b24f82

Browse files
authored
Merge pull request #4678 from oleibman/continueonerror
Account Better for Coveralls Failure
2 parents 0c459cb + c396f5f commit 4b24f82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,12 @@ jobs:
253253
./vendor/bin/phpunit --coverage-clover build/clover.xml
254254
255255
- name: Upload coverage results to Coveralls
256-
env:
257-
FAILURE_ACTION: "${{ true }}"
258256
uses: coverallsapp/github-action@v2
259257
with:
260258
github-token: ${{ secrets.GITHUB_TOKEN }}
261259
file: build/clover.xml
262260
format: clover
261+
fail-on-error: false
263262

264263
release:
265264
permissions:

0 commit comments

Comments
 (0)