Skip to content

Commit be22081

Browse files
committed
Account Better for Coveralls Failure
1 parent 0c459cb commit be22081

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+
continue-on-error: true
263262

264263
release:
265264
permissions:

0 commit comments

Comments
 (0)