typo
authorMichael Wallner <mike@php.net>
Thu, 20 Jan 2022 08:15:20 +0000 (09:15 +0100)
committerMichael Wallner <mike@php.net>
Thu, 20 Jan 2022 08:15:27 +0000 (09:15 +0100)
.github/workflows/ci.yml
scripts/gen_github_workflow_ci.php

index 9702e99709f298a7bd897989299c31dee251c27c..c6be8029bccaf413d4d1cf30b5624d6d16facbd4 100644 (file)
@@ -144,6 +144,6 @@ jobs:
       - name: Coverage
         if: success()
         run: |
-          cd src/.libs
+          cd .libs
           bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
 
index 62fa42b5d07e3552336158d877e2a783e913fca2..ff4e890bd530f5c7c4aa61b8c4e1fbc112225844 100755 (executable)
@@ -57,7 +57,7 @@ foreach ($job as $id => $env) {
       - name: Coverage
         if: success()
         run: |
-          cd src/.libs
+          cd .libs
           bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
 <?php endif; ?>