We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62f1f3 commit c069f57Copy full SHA for c069f57
.github/workflows/ci.yml
@@ -344,6 +344,6 @@ jobs:
344
- name: Coverage
345
if: success()
346
run: |
347
- cd src/.libs
+ cd .libs
348
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
349
scripts/gen_github_workflow_ci.php
@@ -81,7 +81,7 @@
81
82
83
84
85
86
<?php endif; ?>
87
0 commit comments