Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-11 12:01:55 +03:00
parent e99ce2d9ee
commit 0d4df377ae

View file

@ -55,10 +55,11 @@ steps:
- chmod -R 777 vendor
- apt install composer -y
- composer test:coverage
- mv clover.xml $MAIN_REPO_DIR/clover.xml
- cd $MAIN_REPO_DIR
- apt install -y pip
- 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