Skip to content

Commit c94db5e

Browse files
committed
ci
1 parent 5504892 commit c94db5e

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ jobs:
435435
- name: Coverage
436436
if: success()
437437
uses: codecov/codecov-action@v5
438-
with:
439-
directory: src
440438

441439
cur-cov-1:
442440
name: "cur-cov-1 (8.4)"
@@ -481,8 +479,6 @@ jobs:
481479
- name: Coverage
482480
if: success()
483481
uses: codecov/codecov-action@v5
484-
with:
485-
directory: src
486482

487483
cur-cov-2:
488484
name: "cur-cov-2 (8.4)"
@@ -527,6 +523,4 @@ jobs:
527523
- name: Coverage
528524
if: success()
529525
uses: codecov/codecov-action@v5
530-
with:
531-
directory: src
532526

scripts/gen_github_workflow_ci.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101
- name: Coverage
102102
if: success()
103103
uses: codecov/codecov-action@v5
104-
with:
105-
directory: src
106104
<?php endif; ?>
107105

108106
<?php

scripts/gen_github_workflow_curl-matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
on:
66
workflow_dispatch:
77
push:
8-
path: src/*curl*
8+
paths: src/*curl*
99

1010
jobs:
1111
<?php

0 commit comments

Comments
 (0)