mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
codecov
This commit is contained in:
parent
61012e6196
commit
b45a13d365
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -65,6 +65,7 @@ jobs:
|
|||
with:
|
||||
php-version: '8.0'
|
||||
extensions: apcu, smbclient
|
||||
coverage: pcov
|
||||
- name: Composer
|
||||
run: composer install
|
||||
- name: Config
|
||||
|
|
@ -73,4 +74,7 @@ jobs:
|
|||
- name: PHPUnit Tests
|
||||
env:
|
||||
BACKEND: ${{ matrix.backend }}
|
||||
run: php ./vendor/bin/phpunit tests
|
||||
run: php ./vendor/bin/phpunit tests -c tests/phpunit.xml --coverage-clover=coverage.xml
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue