Skip to content

Commit 347013f

Browse files
authored
Update ci.yaml
1 parent a462e42 commit 347013f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: "shivammathur/setup-php@v2"
3636
with:
3737
php-version: "${{ matrix.php-version }}"
38-
coverage: "pcov"
3938
ini-values: "zend.assertions=1"
4039

4140
- name: "Install dependencies with Composer"
@@ -44,10 +43,4 @@ jobs:
4443
dependency-versions: "${{ matrix.dependencies }}"
4544

4645
- name: "Run PHPUnit"
47-
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
48-
49-
- name: "Upload coverage file"
50-
uses: "actions/upload-artifact@v4"
51-
with:
52-
name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage"
53-
path: "coverage.xml"
46+
run: "vendor/bin/phpunit"

0 commit comments

Comments
 (0)