Skip to content

Commit f4aea96

Browse files
committed
Different Way to Deal With Coveralls Failure
1 parent dc176e6 commit f4aea96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@ jobs:
143143

144144
- name: Upload coverage results to Coveralls
145145
if: matrix.php == '8.3'
146-
env:
147-
FAILURE_ACTION: "${{ matrix.php == '8.3' }}"
148146
uses: coverallsapp/github-action@v2
149147
with:
150148
github-token: ${{ secrets.GITHUB_TOKEN }}
151149
file: build/clover.xml
152150
format: clover
151+
fail-on-error: false

0 commit comments

Comments
 (0)