We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a462e42 commit 347013fCopy full SHA for 347013f
.github/workflows/ci.yaml
@@ -35,7 +35,6 @@ jobs:
35
uses: "shivammathur/setup-php@v2"
36
with:
37
php-version: "${{ matrix.php-version }}"
38
- coverage: "pcov"
39
ini-values: "zend.assertions=1"
40
41
- name: "Install dependencies with Composer"
@@ -44,10 +43,4 @@ jobs:
44
43
dependency-versions: "${{ matrix.dependencies }}"
45
46
- 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"
+ run: "vendor/bin/phpunit"
0 commit comments