ci: attempt to fix codecov (the old way)
[awesomized/ext-ion] / scripts / gen_github_workflow_ci.php
index 9d58d955234b724b5455741be1376d57ee108af3..7fca971851a41d8cc1f4254af801f96544865651 100755 (executable)
@@ -88,9 +88,8 @@ foreach ($job as $id => $env) {
         if: success()
         run: |
           find . -name '*.gc*'
-          curl -Os https://uploader.codecov.io/latest/linux/codecov
-          chmod +x codecov
-          ./codecov
+          cd .libs
+          bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
 <?php endif; ?>
 
 <?php