Skip to content

Commit c069f57

Browse files
committed
fix coverage
1 parent e62f1f3 commit c069f57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,6 @@ jobs:
344344
- name: Coverage
345345
if: success()
346346
run: |
347-
cd src/.libs
347+
cd .libs
348348
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
349349

scripts/gen_github_workflow_ci.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
- name: Coverage
8282
if: success()
8383
run: |
84-
cd src/.libs
84+
cd .libs
8585
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
8686
<?php endif; ?>
8787

0 commit comments

Comments
 (0)