]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.phpunit.yml
Issue 13052: The limit parameter now behaves like the Mastodon counterpart
[friendica.git] / .woodpecker / .phpunit.yml
index 47b2f4bdafa3a985e53f80745553b44b4675618a..aee7fd384dd5920286efa12ae75f82cb79d8385d 100644 (file)
@@ -71,20 +71,19 @@ pipeline:
         else
           phpunit --configuration tests/phpunit.xml;
         fi
-
   codecov:
-    image: plugins/codecov
+    image: friendicaci/codecov
     when:
       matrix:
         PHP_MAJOR_VERSION: 7.4
-        PHP_VERSION: 7.4.18
+        PHP_VERSION: 7.4.33
       repo:
         - friendica/friendica
-    settings:
-      token:
-        from_secret: codecov-token
-      files:
-        - clover.xml
+    commands:
+      - codecov -R '.' -Z -f 'clover.xml'
+    secrets:
+      - source: codecov-token
+        target: codecov_token
 
 services:
   mariadb: