ci: attempt to fix codecov
authorMichael Wallner <mike@php.net>
Mon, 2 May 2022 11:04:36 +0000 (13:04 +0200)
committerMichael Wallner <mike@php.net>
Mon, 2 May 2022 11:04:36 +0000 (13:04 +0200)
.github/workflows/ci.yml
scripts/gen_github_workflow_ci.php

index 11eea984742e08795e0fac70907af58c7ca67d38..b427b4def3b4db2775c7d35f1c9a9477d2757e8c 100644 (file)
@@ -178,6 +178,7 @@ jobs:
         if: success()
         run: |
           find . -name '*.gc*'
+          cd .libs
           curl -Os https://uploader.codecov.io/latest/linux/codecov
           chmod +x codecov
           ./codecov
index 9d58d955234b724b5455741be1376d57ee108af3..6ae9e4513d527e911cc8ce0c106dee603085eaf6 100755 (executable)
@@ -88,6 +88,7 @@ foreach ($job as $id => $env) {
         if: success()
         run: |
           find . -name '*.gc*'
+          cd .libs
           curl -Os https://uploader.codecov.io/latest/linux/codecov
           chmod +x codecov
           ./codecov