File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 with :
4848 php_version : ' 8.3'
4949 php_extensions : pcov
50- command : ' dev-tools'
51- args : ' reports'
50+ command : ' dev-tools reports'
5251
5352 - name : Fix permissions
5453 run : |
Original file line number Diff line number Diff line change 5050 with :
5151 php_version : ${{ matrix.php-version }}
5252 php_extensions : pcov
53- command : ' dev-tools'
54- args : ' tests -- --coverage=./public/coverage'
53+ command : ' dev-tools tests '
54+ args : ' --coverage=./public/coverage'
5555
5656 - name : Ensure minimum code coverage
5757 run : php vendor/bin/coverage-check ./public/coverage/clover.xml 80
Original file line number Diff line number Diff line change 4848 uses : php-actions/composer@v6
4949 with :
5050 php_version : ' 8.3'
51- command : ' dev-tools'
52- args : ' docs'
51+ command : ' dev-tools docs'
5352
5453 - name : Prepare wiki submodule branch
5554 id : wiki_branch
You can’t perform that action at this time.
0 commit comments