attempt to fix codecov
authorMichael Wallner <mike@php.net>
Tue, 15 Mar 2022 12:46:34 +0000 (13:46 +0100)
committerMichael Wallner <mike@php.net>
Tue, 15 Mar 2022 12:46:34 +0000 (13:46 +0100)
.github/workflows/ci.yml
scripts/gen_github_workflow_ci.php

index cfe44093016328bde0c0445ff13d980a26d1fc30..35db0f3f621ba12aed9ec1d7894a359586ef1f0e 100644 (file)
@@ -173,6 +173,6 @@ jobs:
         if: success()
         run: |
           find . -name '*.gc*'
-          cd .libs
-          bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
+          curl -Os https://uploader.codecov.io/latest/linux/codecov
+          bash ./codecov
 
index 9f6f2686cddaaaf7443eda9b9e55246416c190a8..61c10702ffb2c6fb2e7d3da5b766e54b7d89be44 100755 (executable)
@@ -86,8 +86,8 @@ foreach ($job as $id => $env) {
         if: success()
         run: |
           find . -name '*.gc*'
-          cd .libs
-          bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
+          curl -Os https://uploader.codecov.io/latest/linux/codecov
+          bash ./codecov
 <?php endif; ?>
 
 <?php