mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update .drone.yml
This commit is contained in:
parent
e99ce2d9ee
commit
0d4df377ae
1 changed files with 2 additions and 1 deletions
|
@ -55,10 +55,11 @@ steps:
|
||||||
- chmod -R 777 vendor
|
- chmod -R 777 vendor
|
||||||
- apt install composer -y
|
- apt install composer -y
|
||||||
- composer test:coverage
|
- composer test:coverage
|
||||||
|
- mv clover.xml $MAIN_REPO_DIR/clover.xml
|
||||||
- cd $MAIN_REPO_DIR
|
- cd $MAIN_REPO_DIR
|
||||||
- apt install -y pip
|
- apt install -y pip
|
||||||
- pip install codecov-cli
|
- pip install codecov-cli
|
||||||
- codecovcli --verbose upload-process -t $CODECOV_TOKEN -f /usr/local/phyre/web/clover.xml
|
- codecovcli --verbose upload-process -t $CODECOV_TOKEN
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Loading…
Reference in a new issue