diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index 42dc671..2fd4a84 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -49,18 +49,12 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, zlib, fileinfo
- coverage: xdebug
+ coverage: none
tools: composer:v2
- name: Install dependencies
run: |
- composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit
-
- - name: Codecov
- uses: codecov/codecov-action@v4
- with:
- token: ${{ secrets.CODECOV_TOKEN }}
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 66cdb93..d0dd384 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -3,14 +3,6 @@
colors="true" processIsolation="false" stopOnFailure="false" stopOnError="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache"
backupStaticProperties="false">
-
-
- ./src
-
-
-
-
-
./tests