|
35 | 35 | uses: "shivammathur/setup-php@v2"
|
36 | 36 | with:
|
37 | 37 | php-version: "${{ matrix.php-version }}"
|
38 | | - coverage: "pcov" |
39 | 38 | ini-values: "zend.assertions=1"
|
40 | 39 |
|
41 | 40 | - name: "Install dependencies with Composer"
|
|
44 | 43 | dependency-versions: "${{ matrix.dependencies }}"
|
45 | 44 |
|
46 | 45 | - 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