File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 101101 - name: Coverage
102102 if: success()
103103 uses: codecov/codecov-action@v5
104- with:
105- directory: src
106104<?php endif ; ?>
107105
108106<?php
Original file line number Diff line number Diff line change 55on:
66 workflow_dispatch:
77 push:
8- path : src/*curl*
8+ paths : src/*curl*
99
1010jobs:
1111<?php
You can’t perform that action at this time.
0 commit comments