We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230b28d commit 4a08213Copy full SHA for 4a08213
.github/workflows/build.yml
@@ -20,7 +20,6 @@ jobs:
20
with:
21
php-version: ${{ matrix.php-versions }}
22
extensions: mbstring, intl, zip
23
- coverage: none
24
25
- name: Check PHP Version
26
run: php -v
@@ -50,10 +49,3 @@ jobs:
50
49
- name: Run tests with coverage
51
if: ${{ matrix.php-versions == '8.4' }}
52
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