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 56e0b08 commit e9e23f3Copy full SHA for e9e23f3
2 files changed
.github/workflows/reports.yml
@@ -47,7 +47,8 @@ jobs:
47
with:
48
php_version: '8.3'
49
php_extensions: pcov
50
- command: 'dev-tools reports'
+ command: 'dev-tools'
51
+ args: 'reports'
52
53
- name: Fix permissions
54
run: |
.github/workflows/tests.yml
@@ -50,8 +50,8 @@ jobs:
php_version: ${{ matrix.php-version }}
- command: 'dev-tools tests'
- args: '--coverage=./public/coverage'
+ args: 'tests -- --coverage=public/coverage'
55
56
- name: Ensure minimum code coverage
57
run: php vendor/bin/coverage-check ./public/coverage/clover.xml 80
0 commit comments