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