drop coverage

This commit is contained in:
Robin Appelman 2025-10-25 23:13:08 +02:00
commit 1383fc6b9e

View file

@ -57,8 +57,6 @@ jobs:
with: with:
php-version: "${{ matrix.php-version }}" php-version: "${{ matrix.php-version }}"
extensions: apcu, smbclient extensions: apcu, smbclient
coverage: pcov
- name: Composer
run: composer install run: composer install
- name: Config - name: Config
run: | run: |
@ -69,9 +67,7 @@ jobs:
timeout_minutes: 2 timeout_minutes: 2
max_attempts: 3 max_attempts: 3
retry_on: timeout retry_on: timeout
command: command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
--coverage-clover=coverage.xml
env: env:
BACKEND: smbclient BACKEND: smbclient
- name: PHPUnit Tests - libsmbclient - name: PHPUnit Tests - libsmbclient
@ -80,14 +76,9 @@ jobs:
timeout_minutes: 2 timeout_minutes: 2
max_attempts: 3 max_attempts: 3
retry_on: timeout retry_on: timeout
command: command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
--coverage-clover=coverage.xml
env: env:
BACKEND: libsmbclient BACKEND: libsmbclient
- uses: https://github.com/codecov/codecov-action@v3
with:
files: ./coverage.xml
smb-versions: smb-versions:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
@ -140,7 +131,6 @@ jobs:
with: with:
php-version: 8.2 php-version: 8.2
extensions: apcu, smbclient extensions: apcu, smbclient
coverage: pcov
- name: Composer - name: Composer
run: composer install run: composer install
- name: Config - name: Config
@ -152,14 +142,9 @@ jobs:
timeout_minutes: 2 timeout_minutes: 2
max_attempts: 3 max_attempts: 3
retry_on: timeout retry_on: timeout
command: command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
--coverage-clover=coverage.xml
env: env:
BACKEND: smbclient BACKEND: smbclient
- uses: https://github.com/codecov/codecov-action@v3
with:
files: ./coverage.xml
alpine-test: alpine-test:
runs-on: alpine-latest runs-on: alpine-latest
@ -192,8 +177,6 @@ jobs:
timeout_minutes: 2 timeout_minutes: 2
max_attempts: 3 max_attempts: 3
retry_on: timeout retry_on: timeout
command: command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
--coverage-clover=coverage.xml
env: env:
BACKEND: smbclient BACKEND: smbclient