mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
856d0a5a93
commit
31c61066a7
3 changed files with 8 additions and 4 deletions
4
.github/workflows/app-code-coverage.yml
vendored
4
.github/workflows/app-code-coverage.yml
vendored
|
@ -57,8 +57,8 @@ jobs:
|
|||
|
||||
sudo chmod 777 /usr/local/phyre/php/zend-xdebug/xdebug.so
|
||||
|
||||
sudo bash -c "echo 'zend_extension=/usr/local/phyre/php/zend-xdebug/xdebug.so' >> /usr/local/phyre/php/bin/php.ini"
|
||||
|
||||
sudo cp /usr/local/phyre/web/tests/xdebug-php-ini.txt /usr/local/phyre/php/bin/php.ini
|
||||
|
||||
sudo chmod 777 /usr/local/phyre/php/bin/php.ini
|
||||
phyre-php -v
|
||||
|
||||
|
|
|
@ -17,11 +17,11 @@ The admin panel can be opened on port: yourserver.com:8443
|
|||
|
||||
### Master branch
|
||||
![Unit Tests](https://github.com/PhyreApps/PhyrePanel/actions/workflows/app-unit-test.yml/badge.svg)
|
||||
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/branch/main/graph/badge.svg?token=aLAgaSMcbZ)](https://codecov.io/gh/PhyreApps/PhyrePanel)
|
||||
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/graph/badge.svg?token=BO0RTPLS4W)](https://codecov.io/gh/PhyreApps/PhyrePanel)
|
||||
|
||||
### Dev branch
|
||||
![Unit Tests](https://github.com/PhyreApps/PhyrePanel/actions/workflows/app-unit-test.yml/badge.svg?branch=dev)
|
||||
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/branch/dev/graph/badge.svg?token=aLAgaSMcbZ)](https://codecov.io/gh/PhyreApps/PhyrePanel)
|
||||
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/graph/badge.svg?token=BO0RTPLS4W)](https://codecov.io/gh/PhyreApps/PhyrePanel)
|
||||
|
||||
All development is done on the `dev` branch. The `master` branch is used for stable releases.
|
||||
|
||||
|
|
4
web/tests/xdebug-php-ini.txt
Normal file
4
web/tests/xdebug-php-ini.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
[xdebug]
|
||||
zend_extension=/usr/local/phyre/php/zend-xdebug/xdebug.so
|
||||
xdebug.mode=develop,debug,coverage
|
||||
xdebug.start_with_request = yes
|
Loading…
Reference in a new issue