From 25eccad47d6ab28fa0537c6b963c01870ab33e7a Mon Sep 17 00:00:00 2001 From: tabuna Date: Sat, 16 Mar 2024 02:46:58 +0300 Subject: [PATCH] Changed CI --- .github/workflows/run-tests.yml | 8 +------- phpunit.xml.dist | 8 -------- 2 files changed, 1 insertion(+), 15 deletions(-) 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