Skip to content

Commit 4a08213

Browse files
committed
Fix build
1 parent 230b28d commit 4a08213

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
php-version: ${{ matrix.php-versions }}
2222
extensions: mbstring, intl, zip
23-
coverage: none
2423

2524
- name: Check PHP Version
2625
run: php -v
@@ -50,10 +49,3 @@ jobs:
5049
- name: Run tests with coverage
5150
if: ${{ matrix.php-versions == '8.4' }}
5251
run: composer test:coverage
53-
54-
- name: Upload coverage
55-
if: ${{ matrix.php-versions == '8.4' }}
56-
uses: coverallsapp/github-action@v2
57-
with:
58-
github-token: ${{ secrets.GITHUB_TOKEN }}
59-
file: build/coverage/clover.xml

0 commit comments

Comments
 (0)