attempt to fix codecov
[awesomized/ext-ion] / scripts / gen_github_workflow_ci.php
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