typo
[awesomized/ext-ion] / scripts / gen_github_workflow_ci.php
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; ?>