Skip to content

Commit e9e23f3

Browse files
committed
Update actions
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 56e0b08 commit e9e23f3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/reports.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
with:
4848
php_version: '8.3'
4949
php_extensions: pcov
50-
command: 'dev-tools reports'
50+
command: 'dev-tools'
51+
args: 'reports'
5152

5253
- name: Fix permissions
5354
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
with:
5151
php_version: ${{ matrix.php-version }}
5252
php_extensions: pcov
53-
command: 'dev-tools tests'
54-
args: '--coverage=./public/coverage'
53+
command: 'dev-tools'
54+
args: 'tests -- --coverage=public/coverage'
5555

5656
- name: Ensure minimum code coverage
5757
run: php vendor/bin/coverage-check ./public/coverage/clover.xml 80

0 commit comments

Comments
 (0)