diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf8037c..7863acf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,6 @@ jobs: uses: "shivammathur/setup-php@v2" with: php-version: "${{ matrix.php-version }}" - coverage: "pcov" ini-values: "zend.assertions=1" - name: "Install dependencies with Composer" @@ -44,10 +43,4 @@ jobs: dependency-versions: "${{ matrix.dependencies }}" - name: "Run PHPUnit" - run: "vendor/bin/phpunit --coverage-clover=coverage.xml" - - - name: "Upload coverage file" - uses: "actions/upload-artifact@v4" - with: - name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage" - path: "coverage.xml" + run: "vendor/bin/phpunit"