Skip to content

Commit d901f11

Browse files
committed
ci: attempt to fix codecov (the old way)
1 parent 84f63fc commit d901f11

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,5 @@ jobs:
179179
run: |
180180
find . -name '*.gc*'
181181
cd .libs
182-
curl -Os https://uploader.codecov.io/latest/linux/codecov
183-
chmod +x codecov
184-
./codecov
182+
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
185183

scripts/gen_github_workflow_ci.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@
8989
run: |
9090
find . -name '*.gc*'
9191
cd .libs
92-
curl -Os https://uploader.codecov.io/latest/linux/codecov
93-
chmod +x codecov
94-
./codecov
92+
bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
9593
<?php endif; ?>
9694

9795
<?php

0 commit comments

Comments
 (0)