mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
drop coverage
This commit is contained in:
parent
824593c5ac
commit
1383fc6b9e
1 changed files with 4 additions and 21 deletions
|
|
@ -57,8 +57,6 @@ jobs:
|
|||
with:
|
||||
php-version: "${{ matrix.php-version }}"
|
||||
extensions: apcu, smbclient
|
||||
coverage: pcov
|
||||
- name: Composer
|
||||
run: composer install
|
||||
- name: Config
|
||||
run: |
|
||||
|
|
@ -69,9 +67,7 @@ jobs:
|
|||
timeout_minutes: 2
|
||||
max_attempts: 3
|
||||
retry_on: timeout
|
||||
command:
|
||||
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
--coverage-clover=coverage.xml
|
||||
command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
env:
|
||||
BACKEND: smbclient
|
||||
- name: PHPUnit Tests - libsmbclient
|
||||
|
|
@ -80,14 +76,9 @@ jobs:
|
|||
timeout_minutes: 2
|
||||
max_attempts: 3
|
||||
retry_on: timeout
|
||||
command:
|
||||
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
--coverage-clover=coverage.xml
|
||||
command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
env:
|
||||
BACKEND: libsmbclient
|
||||
- uses: https://github.com/codecov/codecov-action@v3
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
|
||||
smb-versions:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
@ -140,7 +131,6 @@ jobs:
|
|||
with:
|
||||
php-version: 8.2
|
||||
extensions: apcu, smbclient
|
||||
coverage: pcov
|
||||
- name: Composer
|
||||
run: composer install
|
||||
- name: Config
|
||||
|
|
@ -152,14 +142,9 @@ jobs:
|
|||
timeout_minutes: 2
|
||||
max_attempts: 3
|
||||
retry_on: timeout
|
||||
command:
|
||||
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
--coverage-clover=coverage.xml
|
||||
command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
env:
|
||||
BACKEND: smbclient
|
||||
- uses: https://github.com/codecov/codecov-action@v3
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
|
||||
alpine-test:
|
||||
runs-on: alpine-latest
|
||||
|
|
@ -192,8 +177,6 @@ jobs:
|
|||
timeout_minutes: 2
|
||||
max_attempts: 3
|
||||
retry_on: timeout
|
||||
command:
|
||||
php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
--coverage-clover=coverage.xml
|
||||
command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml
|
||||
env:
|
||||
BACKEND: smbclient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue