Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-11 12:06:18 +03:00
parent 0d4df377ae
commit bf4009201a

View file

@ -56,6 +56,7 @@ steps:
- apt install composer -y
- composer test:coverage
- mv clover.xml $MAIN_REPO_DIR/clover.xml
- mv coverage.xml $MAIN_REPO_DIR/coverage.xml
- cd $MAIN_REPO_DIR
- apt install -y pip
- pip install codecov-cli