This commit is contained in:
Bozhidar 2024-05-14 20:16:43 +03:00
parent 94cc5512b4
commit 4535e97f37
2 changed files with 7 additions and 4 deletions

View file

@ -21,15 +21,13 @@ steps:
- COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
- phyre-php artisan phyre:set-ini-settings APP_ENV "local"
- phyre-php artisan migrate
- phyre-php artisan test
- phyre-php artisan test --filter AutoInstallPanelTest
---
kind: pipeline
name: Ubuntu 22.04 - Unit Test & Code Coverage
steps:
- name: run
image: ubuntu:22.04
depends_on:
- Docker - Quick Test
environment:
DEBIAN_FRONTEND: noninteractive
CODECOV_TOKEN:
@ -89,3 +87,8 @@ steps:
- apt install -y pip
- pip install codecov-cli
- codecovcli --verbose upload-process -t $CODECOV_TOKEN
depends_on:
- Docker - Quick Test
- Ubuntu 22.04 - Unit Test & Code Coverage

View file

@ -76,7 +76,7 @@
],
"test:coverage": [
"Composer\\Config::disableProcessTimeout",
"sudo phyre-php artisan test --coverage -c \"phpunit-coverage.xml\""
"sudo phyre-php artisan test --filter AutoInstallPanelTest --coverage -c \"phpunit-coverage.xml\""
]
},
"extra": {