]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.phpunit.yml
Merge pull request #12975 from tobiasd/20230406-transifexconfig
[friendica.git] / .woodpecker / .phpunit.yml
index 6ae4669ca1f59df96a3f3bb5199d5ddbb3ccba89..aee7fd384dd5920286efa12ae75f82cb79d8385d 100644 (file)
@@ -6,8 +6,12 @@ matrix:
       PHP_VERSION: 7.4.33
     - PHP_MAJOR_VERSION: 8.0
       PHP_VERSION: 8.0.25
-#    - PHP_MAJOR_VERSION: 8.1
-#      PHP_VERSION: 8.1.12
+    - PHP_MAJOR_VERSION: 8.1
+      PHP_VERSION: 8.1.12
+
+# This forces PHP Unit executions at the "opensocial" labeled location (because of much more power...)
+labels:
+  location: opensocial
 
 pipeline:
   php-lint:
@@ -67,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: