]> git.mxchange.org Git - friendica.git/blobdiff - .drone.yml
Fix tests
[friendica.git] / .drone.yml
index 6e1e7527fcf58cd535312e71f1d8d227fd497696..99692d32cf1ee67ec9d98c497400f3586fa1ddf4 100644 (file)
@@ -164,16 +164,6 @@ steps:
       - if ! bin/wait-for-connection $MYSQL_HOST $MYSQL_PORT 300; then echo "[ERROR] Waited 300 seconds, no response" >&2; exit 1; fi
       - mysql -h$MYSQL_HOST -P$MYSQL_PORT -p$MYSQL_PASSWORD -u$MYSQL_USER $MYSQL_DATABASE < database.sql
       - php ./bin/console.php dbstructure dumpsql > database.sql
-  - name: Codecov
-    image: plugins/codecov
-    when:
-      repo:
-        - friendica/friendica
-    settings:
-      token:
-        from_secret: codecov-token
-      files:
-        - clover.xml
   - name: Check database.sql
     image: alpine/git
     commands: