Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-09-25 18:23:57 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-25 18:23:57 +0300
commiteff821d9266f7ee36a0874e27bb6a5f9d84884f2 (patch)
tree3f49432d52f7cfee1d37050d097cd5e6d3a4ebe1 /.drone.yml
parent734900bc5c743d4e754d47dc944f149c8b4b623d (diff)
No more CodeCov
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 3f98ea62c..eb73417ee 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -97,11 +97,6 @@ pipeline:
# Run phpunit tests
- cd tests/php/
- phpunit --configuration phpunit.xml
-
- # Create coverage report
- - wget https://codecov.io/bash -O codecov.sh
- - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 5315d2c6-105e-4462-91d9-d9e7d4a0cf17 -f clover.xml; fi"
- - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 5315d2c6-105e-4462-91d9-d9e7d4a0cf17 -f clover.xml; fi"
when:
matrix:
TESTS: php5.6